Skip to content

build(ci)(deps): bump actions/setup-java from 4 to 5#17

Merged
jlc488 merged 1 commit into
mainfrom
dependabot/github_actions/actions/setup-java-5
May 23, 2026
Merged

build(ci)(deps): bump actions/setup-java from 4 to 5#17
jlc488 merged 1 commit into
mainfrom
dependabot/github_actions/actions/setup-java-5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 23, 2026

Copy link
Copy Markdown
Contributor

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

dependabot Bot commented on behalf of github May 23, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions
github-actions Bot requested a review from jlc488 May 23, 2026 06:59
jlc488 added a commit that referenced this pull request May 23, 2026
…tifies (#37)

After yesterday's dependabot.yml went live, Dependabot opened 18
individual PRs to bump every demo from Spring Boot 3.5.3 → 4.0.6 and
Gradle wrapper 8.10.2 → 9.5.1 (#19-#36). The grouped PRs (e.g. #18
for spring-boot patch/minor) worked correctly; what didn't was that
default group semantics excluded `version-update:semver-major`, so
major bumps escaped grouping and landed as individual PRs per demo.

Beyond the noise, the real problem is that the demos must mirror the
Spring Boot baseline each *starter* was certified against — per its
README:

  > Spring Boot 3.3+ on Java 21+ (built/tested against 3.5)

easy-paging-spring-boot-starter has not (yet) published a release
certified against Spring Boot 4 / Spring Framework 7 / Jakarta EE 11.
Auto-bumping demos to SB4 would silently advertise an unverified
combination to anyone who clones a demo as a starting point.

This commit adds an `ignore` block that holds majors for:
  - org.springframework.boot:*  (the BOM driver)
  - io.spring.dependency-management
  - org.springframework:* and org.springframework.cloud:*
    (transitively pulled in; majors can land off the SB cadence)
  - gradle (wrapper) — each major needs hand verification of
    deprecations-now-errors before going green across 9 demos

Patch/minor bumps still flow through (and group correctly — PR #18
already proved that path), so security fixes within the 3.5.x line
land normally.

Lift these holds when each starter publishes its SB4-compatible
release line; the demos can then be upgraded together in one
intentional PR per starter, not piecemeal by a robot.

Follow-up:
  - Merge PR #18 (grouped patch/minor across 9 demos) and PRs
    #14-#17 (github-actions minors) since they're inside policy.
  - Close PRs #19-#36 (18 stragglers); the new policy guarantees
    they won't reappear on the next Dependabot run.
@jlc488
jlc488 merged commit 493ebcb into main May 23, 2026
3 checks passed
@jlc488
jlc488 deleted the dependabot/github_actions/actions/setup-java-5 branch May 23, 2026 07:45
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.

1 participant