ci: bump checkout v4→v6, setup-python v5→v6 (Node 24)#2
Merged
Conversation
GitHub deprecated Node.js 20 actions starting June 2, 2026 (forced default flip to Node 24) and will remove Node 20 from runners on September 16, 2026. Both action majors have Node 24 builds: - actions/checkout v5+ (latest patch: 6.0.2, released 2026-01-09) - actions/setup-python v6+ (latest patch: 6.2.0, released 2026-01-22) We only use the default checkout and pass python-version to setup-python. No breaking API surface for our usage in either major bump.
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
CI annotations on PR #1 warned that
actions/checkout@v4andactions/setup-python@v5run on Node.js 20, which GitHub deprecated. Forced flip to Node 24 default on June 2, 2026; Node 20 removed from runners on September 16, 2026.Bump both to v6 majors, which ship Node 24:
actions/checkout@v6(latest patch v6.0.2, released 2026-01-09)actions/setup-python@v6(latest patch v6.2.0, released 2026-01-22)Compatibility review
python-version: ${{ matrix.python-version }}. v6.0.0 release notes label "Upgrade to node 24" as the only breaking change. Our usage is stable. ✓Test plan
🤖 Generated with Claude Code