Skip to content

chore: update GitHub Actions to Node 24 - #96

Merged
jonathannorris merged 1 commit into
mainfrom
chore/update-actions-node24
Aug 14, 2026
Merged

chore: update GitHub Actions to Node 24#96
jonathannorris merged 1 commit 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.

@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
@jonathannorris
jonathannorris merged commit 481b571 into mainAug 14, 2026
7 checks passed
@jonathannorris
jonathannorris deleted the chore/update-actions-node24 branch August 14, 2026 19:26

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

This PR updates GitHub Actions workflow dependencies (first- and third-party actions) to versions intended to be compatible with the GitHub-hosted runner transition to Node 24.

Changes:

  • Updated actions/checkout and actions/setup-node major versions in CI and release workflows.
  • Updated amannn/action-semantic-pull-request to v6.
  • Updated JS-DevTools/npm-publish to v4 in the release workflow.

Reviewed changes

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

FileDescription
.github/workflows/test.ymlBumps core Actions used by CI; currently still tests only Node 18/20.
.github/workflows/semantic-pr.ymlUpdates semantic PR title enforcement action to v6.
.github/workflows/release.ymlUpdates checkout/setup-node and npm publish action; release runtime still pinned to Node 18.

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

Comment thread.github/workflows/test.yml
Comment thread.github/workflows/release.yml
Comment thread.github/workflows/release.yml
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.

3 participants

@jonathannorris@suthar26