Skip to content

chore(deps): bump actions/setup-java from 4 to 5 - #23

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/setup-java-5
Closed

chore(deps): bump actions/setup-java from 4 to 5#23
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/setup-java-5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 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.9.0

What's Changed

Full Changelog: actions/setup-java@v4.8.0...v4.9.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:

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 3, 2026
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 force-pushed the dependabot/github_actions/actions/setup-java-5 branch from 9e36e36 to 9c953ad Compare August 3, 2026 14:24
GabrielBBaldez added a commit that referenced this pull request Aug 3, 2026
#26)

Dependabot proposed these as #17 and #18 and neither can merge alone. They
require each other:

  #17  plugin 2.18.1 on Gradle 8.10.2
       > IntelliJ Platform Gradle Plugin requires Gradle 9.0.0 and higher
  #18  Gradle 9.6.1 on plugin 2.1.0
       > Adding a provider of configurations directly to the configuration
         container is not allowed          (plugin/build.gradle.kts:50)

Together they build. Also folds in #23 (setup-java v4 -> v5), which conflicted
after the other action bumps landed, and the assertj patch that travelled with
#17.

The plugin bump changes the pluginVerification DSL. `ide(...)` is gone and the
replacement is `create(type, version)`:

    -  ide("IC-2024.2.5")
    +  create(IntelliJPlatformType.IntellijIdeaCommunity, "2024.2.5")

Worth recording why that matters beyond the rename. On 2.1.0 the string form
worked while the typed overload accepted its arguments and then scheduled no
verification at all — a green run that checked one IDE while appearing to check
two, which is what the report-count assertion in ci.yml was added to catch.
2.18.1 removes ide() outright, so the same mistake is now a compile error. The
assertion stays anyway; it guards the count, not the spelling, and its grep
moves to the new call.

Verified locally on Gradle 9.6.1: build, verifyPluginProjectConfiguration and
verifyPluginStructure pass, and the Verifier still schedules both IDEs —

    Scheduled verifications (2):
      IC-242.24807.4  -> Compatible
      IC-243.26053.27 -> Compatible
@GabrielBBaldez

Copy link
Copy Markdown
Member

Superseded by #26, which lands this together with what it needs.

On its own this could not build — #17 and #18 require each other (and this one conflicted once the other action bumps landed), so merging either alone would have broken main. #26 carries all three, plus the pluginVerification DSL migration the plugin bump requires: ide(...) is gone in favour of create(type, version).

Verified on Gradle 9.6.1 — the Plugin Verifier still schedules both IDEs and both report Compatible.

@dependabot @github

dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/github_actions/actions/setup-java-5 branch August 3, 2026 14:37
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.

1 participant