CI: bump GitHub Actions to Node 24 runtimes - #40
Merged
Conversation
The pinned actions declared a node20 runtime, which GitHub is deprecating (removed from runners Sept 2026). Bump each to the lowest major version that runs on Node 24: checkout v5, setup-java v5, setup-node v5, upload-artifact v6, download-artifact v7, cache v5, setup-python v6, gradle/actions v5, upload-pages-artifact v5, deploy-pages v5. No action inputs changed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KdqFp59PFwiyHQVLtLVhVa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the pinned GitHub Actions off the deprecated Node 20 runtime to Node 24. The actions declared
runs.using: node20, which GitHub is retiring (forced to node24 by June 2026, removed from runners Sept 2026), producing the deprecation warning in CI logs.Each action is bumped to the lowest major version that defaults to the Node 24 runtime (minimal change, least breaking-change surface):
actions/checkoutactions/setup-javaactions/setup-nodeactions/cacheactions/setup-pythonactions/upload-artifactactions/upload-pages-artifactactions/deploy-pagesNo action inputs changed, so the workflow logic is otherwise untouched. (Third-party SHA-pinned actions like
astral-sh/setup-uvare left as-is.)Part of a coordinated node24 bump across all four Rosetta repos.
馃 Generated with Claude Code
Generated by Claude Code