chore(ci): bump GitHub Actions to Node 24 runtimes#1
Merged
Conversation
GitHub forces migration off the Node 20 runtime on 2026-06-16. Bump the deprecated actions (plus setup-python, same runtime) to their latest majors, all of which run on Node 24+: - actions/checkout v4 -> v6 - actions/cache v4 -> v5 - actions/setup-python v5 -> v6 - actions/setup-node v4 -> v6 - astral-sh/setup-uv v3 -> v8.2.0 (pinned: v8 stopped publishing floating major/minor tags for supply-chain security) Also bump the E2E job's Node runtime 20 -> 22 (LTS). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
CI flagged Node 20 deprecation warnings for
actions/cache,actions/checkout, andastral-sh/setup-uv. GitHub forces migration off the Node 20 runtime on 2026-06-16, so this bumps the affected actions (plusactions/setup-python, which rides the same runtime) to their latest majors — all on Node 24+.Changes
actions/checkoutactions/cacheactions/setup-pythonactions/setup-nodeastral-sh/setup-uvPlus the E2E job's Node runtime
20→22(LTS).Why
setup-uvis pinned to an exactv8.2.0setup-uv@v8.0.0stopped publishing floating major/minor tags (@v8,@v8.0) for supply-chain security — only immutable@vX.Y.Ztags exist. No-input usage is otherwise unaffected by the v3→v8 jump.YAML validated locally; no logic changes.
🤖 Generated with Claude Code