Skip to content

Commit 693e6ab

Browse files
authored
chore(deps): Update actions/github-script action to v8 (#686)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/github-script](https://redirect.github.com/actions/github-script) | action | major | `v7` -> `v8` | --- ### Release Notes <details> <summary>actions/github-script (actions/github-script)</summary> ### [`v8`](https://redirect.github.com/actions/github-script/releases/tag/v8): .0.0 [Compare Source](https://redirect.github.com/actions/github-script/compare/v7...v8) #### What's Changed - Update Node.js version support to 24.x by [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) in [https://github.com/actions/github-script/pull/637](https://redirect.github.com/actions/github-script/pull/637) - README for updating actions/github-script from v7 to v8 by [@&#8203;sneha-krip](https://redirect.github.com/sneha-krip) in [https://github.com/actions/github-script/pull/653](https://redirect.github.com/actions/github-script/pull/653) #### ⚠️ Minimum Compatible Runner Version **v2.327.1**\ [Release Notes](https://redirect.github.com/actions/runner/releases/tag/v2.327.1) Make sure your runner is updated to this version or newer to use this release. #### New Contributors - [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) made their first contribution in [https://github.com/actions/github-script/pull/637](https://redirect.github.com/actions/github-script/pull/637) - [@&#8203;sneha-krip](https://redirect.github.com/sneha-krip) made their first contribution in [https://github.com/actions/github-script/pull/653](https://redirect.github.com/actions/github-script/pull/653) **Full Changelog**: actions/github-script@v7.1.0...v8.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 920c7b6 commit 693e6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
prerelease: true
3232
- name: Trigger Renovate
33-
uses: actions/github-script@v7
33+
uses: actions/github-script@v8
3434
if: steps.release.outputs.release_created && steps.semver_parser.outputs.prerelease == ''
3535
with:
3636
github-token: ${{ secrets.GH_CQ_BOT }}

0 commit comments

Comments
 (0)