ci: bump all actions to Node 24 majors#14
Merged
Merged
Conversation
The previous pins (upload-artifact@v4, build-push-action@v6, setup-buildx-action@v3) were flagged in CI: Node 20 actions are deprecated and force-migrate to Node 24 on June 2, 2026. Every publisher has now shipped Node 24 majors, so bumping across the board keeps us off the deprecation list and on current behavior. - actions/checkout v5 -> v6 - actions/upload-artifact v4 -> v7 - actions/upload-pages-artifact v4 -> v5 - actions/deploy-pages v4 -> v5 - docker/setup-buildx-action v3 -> v4 - docker/build-push-action v6 -> v7 - softprops/action-gh-release v2 -> v3
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 started warning that
upload-artifact@v4,build-push-action@v6, andsetup-buildx-action@v3are on Node 20, which is deprecated and force-migrates to Node 24 on June 2, 2026. Every publisher has now shipped Node 24 majors, so this bumps everything in one pass rather than chasing each warning later.Verified every new major ships on Node 24 via
action.yml(upload-pages-artifact@v5 is a composite action, so no Node dependency).Version bumps
Test plan
docs/artifact still uploads (upload-artifact jumped v4 -> v7, biggest jump).v3.3.2-vi.2) publishes all artifacts via action-gh-release@v3.