chore: bump GitHub Actions to Node 24-compatible majors#697
Open
jbouder wants to merge 1 commit into
Open
Conversation
GitHub is deprecating Node 20 on Actions runners (default Node 24 on 2026-06-16, full removal Fall 2026). Bump all actions under .github/workflows/ to their latest stable major so they run on Node 24 and stop emitting deprecation warnings: - actions/checkout -> v7 - actions/setup-python -> v6 - actions/upload-artifact -> v7 - astral-sh/setup-uv -> v8 actions/setup-node was already at v6 (latest). Version-bump only; no workflow logic, topology, or trigger changes. Closes #696 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
Bumps all GitHub Actions under
.github/workflows/to their latest stable major versions so they run on Node 24. GitHub is deprecating Node 20 on Actions runners (runners default to Node 24 on 2026-06-16; Node 20 fully removed in Fall 2026). Actions still on old majors emit deprecation warnings now and break once Node 20 is gone.Version bumps:
actions/checkoutactions/setup-pythonactions/setup-nodeactions/upload-artifactastral-sh/setup-uvWorkflows touched:
build-ui.yml,lint.yml,release.yml,test.yml,test-integration.yml,test-k3s-integration.yml. Stalereleases/tag/...reference comments updated to match.This is a version-bump-only change — no workflow logic, job topology, or trigger changes.
Out of scope
Per the issue: re-pinning actions to commit SHAs + Dependabot/Renovate setup (separate follow-up), and upgrading runtimes used inside jobs.
Closes #696
🤖 Generated with Claude Code