Skip to content

chore: update GitHub Actions to Node 24 - #142

Open
jonathannorris wants to merge 2 commits into
mainfrom
chore/update-actions-node24
Open

chore: update GitHub Actions to Node 24#142
jonathannorris wants to merge 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/check-semantic.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 owner August 14, 2026 19:24
Copilot AI lite review requested due to automatic review settings August 14, 2026 19:24
@jonathannorris
jonathannorris enabled auto-merge (squash) August 14, 2026 19:26

Copilot AI 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 in this repo to align with the PR goal of Node 24-compatible action releases, primarily by bumping action major versions used in CI, release, and PR-title checks.

Changes:

  • Bumped actions/checkout from v4 to v7 in unit test and release workflows.
  • Bumped amannn/action-semantic-pull-request from v5 to v6 for semantic PR title validation.

Reviewed changes

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

File Description
.github/workflows/test.yml Updates the checkout action version used in the unit test workflow.
.github/workflows/release.yml Updates the checkout action version used in the release workflow.
.github/workflows/check-semantic.yml Updates the semantic PR title action version used on pull_request_target.

💡 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/check-semantic.yml Outdated
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
- uses: amannn/action-semantic-pull-request@v6
Sign up for free to 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