Skip to content

chore: update GitHub Actions to Node 24 - #200

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

chore: update GitHub Actions to Node 24#200
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/checks.yml Fixed
Comment thread .github/workflows/test-examples.yml Fixed
Comment thread .github/workflows/unit-test.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:25

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

This PR updates GitHub Actions workflow dependencies to newer major releases intended to be compatible with Node 24.

Changes:

  • Bump actions/checkout to v7 and actions/setup-java to v5 across CI/release workflows.
  • Update Gradle setup action usage to gradle/actions/setup-gradle@v6.
  • Update semantic PR title check to amannn/action-semantic-pull-request@v6.

Reviewed changes

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

File Description
.github/workflows/unit-test.yml Updates checkout/setup-java and Gradle setup action versions for unit test CI.
.github/workflows/test-examples.yml Updates checkout/setup-java and Gradle setup action versions for example validation CI.
.github/workflows/release.yml Updates checkout/setup-java versions used during the release workflow.
.github/workflows/checks.yml Updates semantic PR title action to a newer major release.

💡 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-test.yml Outdated
Comment thread .github/workflows/test-examples.yml Outdated
Comment thread .github/workflows/checks.yml Outdated
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