fix: update GitHub Actions to Node.js 24-compatible versions#38
Merged
miguelgila merged 2 commits intomainfrom Mar 16, 2026
Merged
fix: update GitHub Actions to Node.js 24-compatible versions#38miguelgila merged 2 commits intomainfrom
miguelgila merged 2 commits intomainfrom
Conversation
Closes #35 Update all GitHub Actions to versions that use Node.js 24 runtime, ahead of the June 2, 2026 deprecation of Node.js 20 runners. Actions updated: - actions/checkout: v3/v4 → v6 - actions/upload-artifact: v4 → v7 - actions/download-artifact: v4 → v8 - actions/create-github-app-token: v1 → v3 - codecov/codecov-action: v3 → v5 - azure/setup-kubectl: v3 → v4 - docker/setup-qemu-action: v3 → v4 - docker/setup-buildx-action: v3 → v4 - docker/login-action: v3 → v4 - docker/build-push-action: v5 → v7 Replaced archived kenji-miyake/setup-git-cliff@v2 (node20, will never get node24) with cargo install git-cliff. Actions already compatible (composite/no Node runtime, unchanged): - Swatinem/rust-cache@v2, sigstore/cosign-installer@v3, dtolnay/rust-toolchain@stable, taiki-e/install-action Actions with no node24 release yet (kept current): - azure/setup-helm@v4, softprops/action-gh-release@v2 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Newer BuildKit (shipped with docker/build-push-action v7) no longer
supports variable expansion in COPY --from=builder-${TARGETARCH}.
Use an intermediate FROM stage instead, since FROM supports global
ARG expansion.
Fixes #39
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #38 +/- ##
=======================================
Coverage 85.04% 85.04%
=======================================
Files 6 6
Lines 301 301
=======================================
Hits 256 256
Misses 45 45 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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
kenji-miyake/setup-git-cliff@v2(node20, repo archived) withcargo install git-cliffFORCE_JAVASCRIPT_ACTIONS_TO_NODE24=trueworkaround — proper version bumps onlyActions updated
actions/checkoutactions/upload-artifactactions/download-artifactactions/create-github-app-tokencodecov/codecov-actionazure/setup-kubectldocker/setup-qemu-actiondocker/setup-buildx-actiondocker/login-actiondocker/build-push-actionkenji-miyake/setup-git-cliffcargo install(repo archived)Unchanged (already compatible)
Swatinem/rust-cache@v2— composite/node24 since v2.9.0sigstore/cosign-installer@v3— composite actiondtolnay/rust-toolchain@stable— composite actiontaiki-e/install-action— composite actionazure/setup-helm@v4— no node24 release yet (v4.3.1 still node20)softprops/action-gh-release@v2— no node24 release yet (v2.6.1 still node20)Test plan
Closes #35
🤖 Generated with Claude Code