Skip to content

chore: update GitHub Actions to Node 24 - #131

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

chore: update GitHub Actions to Node 24#131
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.

@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
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates CI/release GitHub Actions references to versions intended to be compatible with a Node 24 runtime, while keeping existing workflow behavior largely the same.

Changes:

  • Bumped actions/checkout to @v7 in unit test and release workflows.
  • Updated Ruby setup action usage to ruby/setup-ruby@v1 in unit tests.
  • Upgraded semantic PR title check action to amannn/action-semantic-pull-request@v6.

Reviewed changes

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

File Description
.github/workflows/unit-tests.yaml Updates action versions used for checkout and Ruby setup in CI.
.github/workflows/release.yml Updates checkout action version used in the release workflow.
.github/workflows/check-semantic.yml Updates semantic PR title check action version.

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

Comment thread .github/workflows/unit-tests.yaml
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.

2 participants