chore(deps): bump actions/setup-java from 5.6.0 to 6.0.0 in the github group - #6115
chore(deps): bump actions/setup-java from 5.6.0 to 6.0.0 in the github group#6115dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the github group with 1 update: [actions/setup-java](https://github.com/actions/setup-java). Updates `actions/setup-java` from 5.6.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v5.6.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github ... Signed-off-by: dependabot[bot] <support@github.com>
🟡 Waiting for changesLast updated: 2026-09-01 00:22 UTC |
rtibblesbot
left a comment
There was a problem hiding this comment.
PR #6115 — actions/setup-java 5.6.0 → 6.0.0 (major, CI-only dev dependency; github-actions ecosystem, github group).
CI passing.
Breaking changes in v6, and whether they touch this repo:
- ESM migration (#1078) — upstream documents it as not user-facing. No impact.
- Legacy
adoptdistributions removed (#1185) — both call sites usetemurin. No impact. - Zulu Discovery API → Azul Metadata API (#1010) —
zulu-only. No impact. jdkFilerenamed tojdk-file, deprecated alias retained (#1083) — input unused. No impact.- JDK signature/checksum verification now on by default (#1246, #1167) — no config needed, but the one change that could newly fail a previously-passing run.
Security fixes: no CVEs; dependency-audit remediations (js-yaml, brace-expansion, fast-xml-parser) and two zizmor template-injection fixes in the action's own e2e workflows. Peer/config changes: none.
Code changes required: none. Both usages pass only distribution: temurin and java-version: '17' and consume no action outputs (.github/workflows/i18n-download.yml:37-40, .github/workflows/i18n-upload.yml:37-40); grep -rn setup-java .github/ returns exactly these two.
suggestion: CI green here does not exercise the bump — both workflows are workflow_dispatch-only, and every substantive check reports skipping from its path gate; only All file linting ran. Worth manually dispatching Upload translations to Crowdin once after merge rather than finding out at the next string freeze.
@rtibblesbot's comments are generated by an LLM, and should be evaluated accordingly
How was this generated?
Ran a dependency-update review pipeline over the version bump:
- Classified the bump by semver (patch / minor / major) and dependency type (production vs. development)
- Extracted the changelog and release notes across the version range
- Assessed compatibility with this project's usage and whether any code changes are required
- Treated CI as the primary safety net
- Scaled the review depth to the update's risk
- Chose the verdict from semver risk, changelog findings, and CI status
Bumps the github group with 1 update: actions/setup-java.
Updates
actions/setup-javafrom 5.6.0 to 6.0.0Release notes
Sourced from actions/setup-java's releases.
... (truncated)
Commits
dd06d9cPrepare documentation for v6 release (#1253)59b3450chore(deps): combine open Dependabot npm updates (#1252)b96213dSet default signature verification for supported distributions (#1246)1dbac3cdocs: expose contributing guide to GitHub (#1245)11741d6ci: constrain cache e2e job modes (#1244)ff99aa1Fix Oracle macOS E2E version (#1243)416c6d1Add Red Hat Build of OpenJDK support (#1241)5f75b27Add Maven dependency-resolution repositories (#1240)a42a52cAdd multiple Maven server credentials (#1239)fb4abd7test: cover JDK 26 from SDKMAN (#1238)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions