ci: bump GitHub Actions to Node.js 24 and fix brew warnings#53
Open
dugyen wants to merge 1 commit into
Open
Conversation
Bump all actions to their latest Node.js 24-compatible major versions: - actions/checkout v4 → v6 - actions/cache v4 → v5 - actions/upload-artifact v4 → v7 - actions/github-script v7 → v9 - actions/labeler v5 → v6 - amannn/action-semantic-pull-request v5 → v6 Replace ilammy/msvc-dev-cmd@v1 (no Node.js 24-compatible release) with an inline PowerShell step that runs vcvarsall.bat directly and exports only the changed env vars to GITHUB_ENV. Fix macOS "already installed" brew warnings for openssl and pkgconf by checking `brew list` before attempting install. Node.js 20 will be removed from GitHub Actions runners on 2026-09-16. These changes eliminate all 9 Node.js 20 deprecation annotations and both brew warnings from CI runs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Build Artifacts
Built from f0a0053. Artifacts expire after 90 days. |
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
checkoutv4→v6,cachev4→v5,upload-artifactv4→v7,github-scriptv7→v9,labelerv5→v6,action-semantic-pull-requestv5→v6ilammy/msvc-dev-cmd@v1(no Node 24 release exists) with an inline PowerShell step that runsvcvarsall.batand exports the env diff to$GITHUB_ENVbrew listbefore installNode.js 20 will be removed from GitHub Actions runners on 2026-09-16. These changes eliminate all deprecation annotations from CI runs.
Test plan
🤖 Generated with Claude Code