chore(deps): update actions/github-script action to v8#5053
chore(deps): update actions/github-script action to v8#5053
Conversation
There was a problem hiding this comment.
Code Review - actions/github-script v7 → v8
Straightforward, low-risk dependency update.
Change Summary
Single line in .github/workflows/dotnet.yml: bumps actions/github-script from v7 to v8.
Analysis
What v8 brings:
- Node.js runtime upgraded from 20.x to 24.x — aligns with GitHub Actions' ongoing push to modernise bundled runtimes.
- No breaking API changes for the script being run here (simple
core.exportVariablecall), so there is zero migration risk.
Compatibility note:
The v8 release notes state a minimum runner version of v2.327.1 is required. GitHub-hosted runners update automatically, so this should not be a concern, but worth keeping in mind for any self-hosted runners used in this repo.
The script itself (exposing ACTIONS_RUNTIME_TOKEN / ACTIONS_CACHE_URL for AOT/WASM builds) is unchanged and continues to work correctly.
Verdict
No issues found. This is a clean, routine update generated by Renovate — safe to merge.
There was a problem hiding this comment.
Code Review - actions/github-script v7 → v8
Straightforward, low-risk dependency update.
Change Summary
Single line in .github/workflows/dotnet.yml: bumps actions/github-script from v7 to v8.
Analysis
What v8 brings:
- Node.js runtime upgraded from 20.x to 24.x — aligns with GitHub Actions' ongoing push to modernise bundled runtimes.
- No breaking API changes for the script being run here (simple
core.exportVariablecall), so there is zero migration risk.
Compatibility note:
The v8 release notes state a minimum runner version of v2.327.1 is required. GitHub-hosted runners update automatically, so this should not be a concern, but worth keeping in mind for any self-hosted runners used in this repo.
The script itself (exposing ACTIONS_RUNTIME_TOKEN / ACTIONS_CACHE_URL for AOT/WASM builds) is unchanged and continues to work correctly.
Verdict
No issues found. This is a clean, routine update generated by Renovate - safe to merge.
aa718ea to
704f4f0
Compare
There was a problem hiding this comment.
Code Review (follow-up)
Two prior review comments from Claude have already covered this change thoroughly — both reached the same conclusion. Confirming the analysis remains accurate:
Change: .github/workflows/dotnet.yml — actions/github-script@v7 → @v8
Summary of findings:
- Single-line, mechanical bump generated by Renovate. No logic or configuration changes.
- v8 upgrades the bundled Node.js runtime from 20.x to 24.x; no breaking API changes affect the
core.exportVariablecalls used here. - Minimum runner requirement is v2.327.1 — GitHub-hosted runners satisfy this automatically.
- No prior review concerns remain open; no new issues identified.
Verdict: Safe to merge.
This PR contains the following updates:
v7→v8Release Notes
actions/github-script (actions/github-script)
v8: .0.0Compare Source
What's Changed
v2.327.1
Release Notes
Make sure your runner is updated to this version or newer to use this release.
New Contributors
Full Changelog: actions/github-script@v7.1.0...v8.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled because a matching PR was automerged previously.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.