ci: bump GitHub Actions to Node 24 majors#1
Merged
Conversation
checkout v6, setup-go v6, goreleaser-action v7, upload-artifact v7
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
There was a problem hiding this comment.
Pull request overview
Updates GitHub Actions workflow dependencies to Node 24–compatible major versions in preparation for GitHub’s Node 20 deprecation/removal timeline, keeping the CI/release automation functional as the runner runtime changes.
Changes:
- Bumped
actions/checkoutfromv4tov6across workflows. - Bumped
actions/setup-gofromv5tov6across workflows. - Bumped
goreleaser/goreleaser-actionfromv6tov7andactions/upload-artifactfromv4tov7where used.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/release.yml | Bumps checkout/setup-go/goreleaser-action majors to Node 24–compatible versions for the release pipeline. |
| .github/workflows/doctor-cron.yml | Bumps checkout/setup-go and upload-artifact majors to Node 24–compatible versions for scheduled health checks and artifact upload. |
| .github/workflows/ci.yml | Bumps checkout/setup-go majors to Node 24–compatible versions for PR/push CI. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Bumps workflow actions to their current Node 24 majors ahead of GitHub's Node 20 removal (default switch 2026-06-16, removal 2026-09-16):
actions/checkoutv4 → v6actions/setup-gov5 → v6goreleaser/goreleaser-actionv6 → v7actions/upload-artifactv4 → v7 (v5 is still Node 20)Pure version bumps. goreleaser-action v7's only breaking change is the Node 24 / ESM / deps update; our
version: "~> v2"+release --cleanusage is unchanged.