Skip to content

chore: update GitHub Actions to Node 24 - #585

Merged
jonathannorris merged 2 commits into
mainfrom
chore/update-actions-node24
Aug 17, 2026
Merged

chore: update GitHub Actions to Node 24#585
jonathannorris merged 2 commits into
mainfrom
chore/update-actions-node24

Conversation

@jonathannorris

Copy link
Copy Markdown
Member

Summary

  • Update GitHub Actions and custom action dependencies to Node 24-compatible releases.
  • Update nested dependencies in composite and custom actions.
  • Retain actions without an available Node 24 release.

Comment thread.github/workflows/cli-release.yml Fixed
Comment thread.github/workflows/cli-release.yml Fixed
Comment thread.github/workflows/cli-release.yml Fixed
@jonathannorris
jonathannorris marked this pull request as ready for review August 14, 2026 19:24
@jonathannorris
jonathannorris requested a review from a team as a code ownerAugust 14, 2026 19:24
CopilotAI lite review requested due to automatic review settings August 14, 2026 19:24
@jonathannorris
jonathannorris enabled auto-merge (squash) August 14, 2026 19:25

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates GitHub Actions workflow dependencies and local composite actions to Node 24–compatible action versions, while keeping existing workflows and release automation functional.

Changes:

  • Bumped actions/checkout and actions/setup-node to v7 across workflows and composite actions.
  • Updated peter-evans/repository-dispatch usage to v4 in the release workflow.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
FileDescription
.github/workflows/tests.ymlUpdates checkout/setup-node versions used in CI tests workflow.
.github/workflows/cli-release.ymlUpdates checkout/setup-node and repository-dispatch used during releases.
.github/actions/update-vscode-extension/action.ymlUpdates checkout version used by the VSCode extension update composite action.
.github/actions/update-doc/action.ymlUpdates checkout version used by the docs update composite action.
.github/actions/release/action.ymlUpdates setup-node version used by the release composite action.
Suppressed comments (2)

.github/workflows/cli-release.yml:150

  • Using a floating tag (@v4) for peter-evans/repository-dispatch weakens supply-chain security because tags can be retargeted. Pin this action to the specific commit SHA for v4 instead.
 if: inputs.npm-version == 'minor' || inputs.npm-version == 'patch'
uses: peter-evans/repository-dispatch@v4
with:

.github/workflows/cli-release.yml:159

  • Using a floating tag (@v4) for peter-evans/repository-dispatch weakens supply-chain security because tags can be retargeted. Pin this action to the specific commit SHA for v4 instead.
 - name: Update Homebrew Formula
uses: peter-evans/repository-dispatch@v4
with:

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread.github/workflows/tests.yml
Comment thread.github/workflows/cli-release.yml Outdated
@jonathannorris
jonathannorris merged commit 969220d into mainAug 17, 2026
6 checks passed
@jonathannorris
jonathannorris deleted the chore/update-actions-node24 branch August 17, 2026 13:03
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@jonathannorris@JamieSinn@github-advanced-security