ci: bump GHA actions to Node.js 24-compatible versions#238
Open
bitgo-ai-agent-dev[bot] wants to merge 1 commit into
Open
ci: bump GHA actions to Node.js 24-compatible versions#238bitgo-ai-agent-dev[bot] wants to merge 1 commit into
bitgo-ai-agent-dev[bot] wants to merge 1 commit into
Conversation
Upgrade actions/checkout v4→v6, actions/setup-node v4→v6, actions/upload-artifact v6→v7, actions/download-artifact v7→v8 across all workflows ahead of GitHub's June 16, 2026 Node.js 24 runner enforcement deadline. Ticket: VL-6548 Session-Id: 1405108f-975b-432f-9b5d-7b5cc273e39a Task-Id: 1fad6e2e-fd13-4342-8c2a-503d83bf3670
0751bd4 to
4caed93
Compare
gokulhost
approved these changes
Jun 14, 2026
Vignesh-285
approved these changes
Jun 15, 2026
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
actions/checkoutv4 → v6 across all workflowsactions/setup-nodev4 → v6 across all workflowsactions/upload-artifactv6 → v7 inaudit-api-spec.yamlactions/download-artifactv7 → v8 inaudit-api-spec.yamlWhy
GitHub is forcing all Actions runners to Node.js 24 starting June 16, 2026. Actions still running on Node.js 20 will break after that date. This PR ensures all workflows in this repo use versions of GitHub Actions that are Node.js 24-compatible, ahead of the enforcement deadline.
Affected files:
.github/workflows/build-and-test.yaml.github/workflows/pull_request.yaml.github/workflows/release-to-ghcr.yaml.github/workflows/audit-api-spec.yamlTest plan
Fixes: https://linear.app/bitgo/issue/VL-6548
🤖 Generated with Ralph