Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 28, 2026

Bumps actions/setup-java from 4 to 5.

Release notes

Sourced from actions/setup-java's releases.

v5.0.0

What's Changed

Breaking Changes

Make sure your runner is updated to this version or newer to use this release. v2.327.1 Release Notes

Dependency Upgrades

Bug Fixes

New Contributors

Full Changelog: actions/setup-java@v4...v5.0.0

v4.8.0

What's Changed

Full Changelog: actions/setup-java@v4...v4.8.0

v4.7.1

What's Changed

Documentation changes

Dependency updates:

Full Changelog: actions/setup-java@v4...v4.7.1

v4.7.0

What's Changed

... (truncated)

Commits
  • be666c2 Chore: Version Update and Checkout Update to v6 (#973)
  • f7a6fef Bump actions/checkout from 5 to 6 (#961)
  • d81c4e4 Upgrade @​actions/cache to v5 (#968)
  • 1b1bbe1 readme update (#972)
  • 5d7b214 Retry on HTTP 522 Connection timed out (#964)
  • f2beeb2 Bump actions/publish-action from 0.3.0 to 0.4.0 (#912)
  • 4e7e684 feat: Add support for .sdkmanrc file in java-version-file parameter (#736)
  • 46c56d6 Add GitHub Token Support for GraalVM and Refactor Code (#849)
  • 66b9457 Update SapMachine URLs (#955)
  • 6ba5449 Enhance error logging for network failures to include endpoint/IP details, ad...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 28, 2026
@mcmcgrath13 mcmcgrath13 requested review from a team, emyl3 and nullflux and removed request for a team January 28, 2026 18:43
@emyl3 emyl3 self-assigned this Jan 29, 2026
@emyl3 emyl3 requested a review from a team as a code owner January 30, 2026 14:09
Copy link
Contributor

@emyl3 emyl3 left a comment

Choose a reason for hiding this comment

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

Our sonar scan action isn't working to begin with... BUT

I'm seeing that the breaking change from v5 is

Breaking Changes
Upgrade to node 24 by @salmanmkc in actions/setup-java#888

Based on these docs of SonarQube Cloud, it looks like it works on node 24

If you want to use your own Node.js, SonarQube requires one of these Node.js Major.Minor versions:

for Node v20, it must be at least 20.12.0.

for Node v22 the Active LTS, it must be at least 22.11.0, with acceptance of v23 and v24.

So I think this should be ok and based on this run in CI it's failing at the same place as another run on a different branch without these changes.

@emyl3 emyl3 removed their assignment Jan 30, 2026
@salmanmkc
Copy link

Our sonar scan action isn't working to begin with... BUT

I'm seeing that the breaking change from v5 is

Breaking Changes
Upgrade to node 24 by @salmanmkc in actions/setup-java#888

Based on these docs of SonarQube Cloud, it looks like it works on node 24

If you want to use your own Node.js, SonarQube requires one of these Node.js Major.Minor versions:
for Node v20, it must be at least 20.12.0.
for Node v22 the Active LTS, it must be at least 22.11.0, with acceptance of v23 and v24.

So I think this should be ok and based on this run in CI it's failing at the same place as another run on a different branch without these changes.

sounds good, thanks so much for checking

@mcmcgrath13 mcmcgrath13 merged commit 1a471fc into main Feb 3, 2026
1 of 2 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/actions/setup-java-5 branch February 3, 2026 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants