ci: bump all GitHub Actions to Node 24-compatible versions#47
Merged
Conversation
GitHub removed Node 20 from runners on 2026-06-16. test.yml: actions/checkout @v4 → @v7 actions/setup-python @v5 → @v6 actions/cache @v4 → @v5 gitleaks.yml: actions/checkout @v4 → @v7 (gitleaks/gitleaks-action@v3 already ships node24 — no change) release.yml: actions/checkout v4.2.2 SHA → v7.0.0 SHA actions/setup-python v5.6.0 SHA → v6.3.0 SHA actions/upload-artifact v4.6.2 SHA → v7.0.1 SHA actions/download-artifact v4.3.0 SHA → v8.0.1 SHA (both pypi-publish + sign jobs) (pypa/gh-action-pypi-publish + sigstore/gh-action-sigstore-python are composite actions, node-agnostic — no change) Closes GH #46. Closes DSE-72.
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
test.yml:checkout@v4→v7,setup-python@v5→v6,cache@v4→v5across all 3 jobsgitleaks.yml:checkout@v4→v7(gitleaks-action@v3 already ships node24 — unchanged)release.yml: all 4 SHA-pinned actions bumped to node24 releases with new full SHAsVerified node24 for each new version
All new action versions confirmed
using: node24viaaction.ymlinspection.pypa/gh-action-pypi-publishandsigstore/gh-action-sigstore-pythonarecompositeactions (node-agnostic) — no change required.Closes
Test plan