Skip to content

chore(deps): update actions/github-script action to v8#5053

Open
thomhurst wants to merge 1 commit intomainfrom
renovate/actions-github-script-8.x
Open

chore(deps): update actions/github-script action to v8#5053
thomhurst wants to merge 1 commit intomainfrom
renovate/actions-github-script-8.x

Conversation

@thomhurst
Copy link
Owner

This PR contains the following updates:

Package Type Update Change
actions/github-script action major v7v8

Release Notes

actions/github-script (actions/github-script)

v8: .0.0

Compare Source

What's Changed

⚠️ Minimum Compatible Runner Version

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file MAJOR renovate-bot labels Mar 2, 2026
Copy link
Contributor

@claude claude bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.exportVariable call), 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.

Copy link
Contributor

@claude claude bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.exportVariable call), 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.

@thomhurst thomhurst force-pushed the renovate/actions-github-script-8.x branch from aa718ea to 704f4f0 Compare March 2, 2026 09:26
@thomhurst thomhurst requested a deployment to Pull Requests March 2, 2026 09:26 — with GitHub Actions In progress
@thomhurst thomhurst deployed to Pull Requests March 2, 2026 09:26 — with GitHub Actions Active
Copy link
Contributor

@claude claude bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.ymlactions/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.exportVariable calls 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file MAJOR renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants