From 7a6d0c12e936efb3ba53dee418898b6b9258226e Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 18 Feb 2026 21:31:15 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-or-update-comment action to v5 (#2500) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [peter-evans/create-or-update-comment](https://redirect.github.com/peter-evans/create-or-update-comment) | action | major | `v4` → `v5` | --- ### Release Notes
peter-evans/create-or-update-comment (peter-evans/create-or-update-comment) ### [`v5`](https://redirect.github.com/peter-evans/create-or-update-comment/compare/v4...v5) [Compare Source](https://redirect.github.com/peter-evans/create-or-update-comment/compare/v4...v5)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/genai-toolbox). Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com> --- .github/workflows/link_checker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link_checker.yaml b/.github/workflows/link_checker.yaml index 308d482ca17..b08757dc628 100644 --- a/.github/workflows/link_checker.yaml +++ b/.github/workflows/link_checker.yaml @@ -114,7 +114,7 @@ jobs: - name: Create PR Comment if: env.HAS_CHANGES == 'true' && steps.lychee-check.outcome == 'failure' - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5 with: comment-id: ${{ steps.find-comment.outputs.comment-id }} issue-number: ${{ github.event.pull_request.number }}