Update actions/setup-java action to v5.4.0 #23

Open
renovate wants to merge 1 commit from renovate/actions-setup-java-5.x into main
Member

This PR contains the following updates:

Package Type Update Change Pending
actions/setup-java action minor v5.2.0v5.4.0 v5.5.0

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

actions/setup-java (actions/setup-java)

v5.4.0

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/actions/setup-java/compare/v5...v5.4.0

v5.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/actions/setup-java/compare/v5...v5.3.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [actions/setup-java](https://github.com/actions/setup-java) | action | minor | `v5.2.0` → `v5.4.0` | `v5.5.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/3) for more information. --- ### Release Notes <details> <summary>actions/setup-java (actions/setup-java)</summary> ### [`v5.4.0`](https://github.com/actions/setup-java/releases/tag/v5.4.0) [Compare Source](https://github.com/actions/setup-java/compare/v5.3.0...v5.4.0) ##### What's Changed - Bump [@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 8.48.0 to 8.61.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1021](https://github.com/actions/setup-java/pull/1021) - Fix codeql workflow permissions by [@&#8203;jsoref](https://github.com/jsoref) in [#&#8203;993](https://github.com/actions/setup-java/pull/993) - fix CodeQL permissions by [@&#8203;gdams](https://github.com/gdams) in [#&#8203;1025](https://github.com/actions/setup-java/pull/1025) - fix: reject non-semver candidate versions in isVersionSatisfies by [@&#8203;sproctor](https://github.com/sproctor) in [#&#8203;1009](https://github.com/actions/setup-java/pull/1009) - Bump [@&#8203;actions/cache](https://github.com/actions/cache) to 5.1.0, handle cache write denied by [@&#8203;jasongin](https://github.com/jasongin) in [#&#8203;1026](https://github.com/actions/setup-java/pull/1026) - Add Maven Wrapper cache feature by [@&#8203;mahabaleshwars](https://github.com/mahabaleshwars) in [#&#8203;1027](https://github.com/actions/setup-java/pull/1027) - Spelling by [@&#8203;jsoref](https://github.com/jsoref) in [#&#8203;713](https://github.com/actions/setup-java/pull/713) - add link to advanced configuration for JetBrains by [@&#8203;robstoll](https://github.com/robstoll) in [#&#8203;850](https://github.com/actions/setup-java/pull/850) - docs(action): fix missing required or default fields by [@&#8203;kranthipoturaju](https://github.com/kranthipoturaju) in [#&#8203;1007](https://github.com/actions/setup-java/pull/1007) - feat: add microsoft openjdk 17.0.18 by [@&#8203;al-kau](https://github.com/al-kau) in [#&#8203;1002](https://github.com/actions/setup-java/pull/1002) - Update README.md - use "alert syntax for Markdown" for notes by [@&#8203;mhoffrog](https://github.com/mhoffrog) in [#&#8203;924](https://github.com/actions/setup-java/pull/924) - Bump undici from 6.24.1 to 6.27.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1033](https://github.com/actions/setup-java/pull/1033) - Update contributor guide with emoji for clarity by [@&#8203;brunoborges](https://github.com/brunoborges) in [#&#8203;1028](https://github.com/actions/setup-java/pull/1028) - add javac problem matcher by [@&#8203;Trass3r](https://github.com/Trass3r) in [#&#8203;562](https://github.com/actions/setup-java/pull/562) - Clarify README version syntax and migration guidance by [@&#8203;brunoborges](https://github.com/brunoborges) with [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;1038](https://github.com/actions/setup-java/pull/1038) - Update undici artifacts to 6.27.0 (license cache + dist) by [@&#8203;brunoborges](https://github.com/brunoborges) in [#&#8203;1040](https://github.com/actions/setup-java/pull/1040) - docs: enhance custom jdk file installation by [@&#8203;stephanabel](https://github.com/stephanabel) in [#&#8203;996](https://github.com/actions/setup-java/pull/996) - Templates for new Java distributions by [@&#8203;panticmilos](https://github.com/panticmilos) in [#&#8203;429](https://github.com/actions/setup-java/pull/429) - Bump actions/checkout from 6 to 7 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1032](https://github.com/actions/setup-java/pull/1032) - Bump [@&#8203;types/node](https://github.com/types/node) from 25.9.3 to 26.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1031](https://github.com/actions/setup-java/pull/1031) - docs: replace non-existent HelloWorldApp references with java --version by [@&#8203;brunoborges](https://github.com/brunoborges) with [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;1043](https://github.com/actions/setup-java/pull/1043) - docs: add JavaFX Maven project configuration instructions by [@&#8203;brunoborges](https://github.com/brunoborges) with [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;1044](https://github.com/actions/setup-java/pull/1044) - docs: self-signed certificate / internal CA handling for GitHub Enterprise by [@&#8203;brunoborges](https://github.com/brunoborges) in [#&#8203;1050](https://github.com/actions/setup-java/pull/1050) - docs: document importing an internal CA into the installed JDK (cacerts) by [@&#8203;brunoborges](https://github.com/brunoborges) in [#&#8203;1051](https://github.com/actions/setup-java/pull/1051) - chore: Harden workflows: least-privilege permissions + zizmor integration by [@&#8203;brunoborges](https://github.com/brunoborges) in [#&#8203;1039](https://github.com/actions/setup-java/pull/1039) - dist: Add GraalVM Community distribution support by [@&#8203;brunoborges](https://github.com/brunoborges) with [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;1042](https://github.com/actions/setup-java/pull/1042) - docs: note jdkfile approach for Early Access / unreleased JDK builds by [@&#8203;brunoborges](https://github.com/brunoborges) in [#&#8203;1058](https://github.com/actions/setup-java/pull/1058) - dist: Apply Copilot review suggestions from PR [#&#8203;1042](https://github.com/actions/setup-java/issues/1042) (GraalVM Community) by [@&#8203;brunoborges](https://github.com/brunoborges) in [#&#8203;1059](https://github.com/actions/setup-java/pull/1059) ##### New Contributors - [@&#8203;jsoref](https://github.com/jsoref) made their first contribution in [#&#8203;993](https://github.com/actions/setup-java/pull/993) - [@&#8203;sproctor](https://github.com/sproctor) made their first contribution in [#&#8203;1009](https://github.com/actions/setup-java/pull/1009) - [@&#8203;jasongin](https://github.com/jasongin) made their first contribution in [#&#8203;1026](https://github.com/actions/setup-java/pull/1026) - [@&#8203;robstoll](https://github.com/robstoll) made their first contribution in [#&#8203;850](https://github.com/actions/setup-java/pull/850) - [@&#8203;kranthipoturaju](https://github.com/kranthipoturaju) made their first contribution in [#&#8203;1007](https://github.com/actions/setup-java/pull/1007) - [@&#8203;al-kau](https://github.com/al-kau) made their first contribution in [#&#8203;1002](https://github.com/actions/setup-java/pull/1002) - [@&#8203;mhoffrog](https://github.com/mhoffrog) made their first contribution in [#&#8203;924](https://github.com/actions/setup-java/pull/924) - [@&#8203;brunoborges](https://github.com/brunoborges) made their first contribution in [#&#8203;1028](https://github.com/actions/setup-java/pull/1028) - [@&#8203;Trass3r](https://github.com/Trass3r) made their first contribution in [#&#8203;562](https://github.com/actions/setup-java/pull/562) - [@&#8203;stephanabel](https://github.com/stephanabel) made their first contribution in [#&#8203;996](https://github.com/actions/setup-java/pull/996) **Full Changelog**: <https://github.com/actions/setup-java/compare/v5...v5.4.0> ### [`v5.3.0`](https://github.com/actions/setup-java/releases/tag/v5.3.0) [Compare Source](https://github.com/actions/setup-java/compare/v5.2.0...v5.3.0) ##### What's Changed - chore: update Java version to 25 in setup examples by [@&#8203;alaahong](https://github.com/alaahong) in [#&#8203;969](https://github.com/actions/setup-java/pull/969) - Bump minimatch from 3.1.2 to 3.1.5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;984](https://github.com/actions/setup-java/pull/984) - Refactor error handling and improve test logging for installers by [@&#8203;chiranjib-swain](https://github.com/chiranjib-swain) in [#&#8203;989](https://github.com/actions/setup-java/pull/989) - chore: upgrade dependencies ([@&#8203;actions/core](https://github.com/actions/core), cache, glob, http-client, tool-cache, xmlbuilder2) by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;999](https://github.com/actions/setup-java/pull/999) - Add Oracle JDK 17 licensing limitation note by [@&#8203;mahabaleshwars](https://github.com/mahabaleshwars) in [#&#8203;1001](https://github.com/actions/setup-java/pull/1001) - Update readme for ubuntu sudo java\_home behavior by [@&#8203;mahabaleshwars](https://github.com/mahabaleshwars) in [#&#8203;1013](https://github.com/actions/setup-java/pull/1013) - temurin: add support for Alpine Linux by [@&#8203;gdams](https://github.com/gdams) in [#&#8203;674](https://github.com/actions/setup-java/pull/674) - fix: resolve npm audit vulnerabilities in fast-xml-builder and fast-xml-parser by [@&#8203;gdams](https://github.com/gdams) in [#&#8203;1015](https://github.com/actions/setup-java/pull/1015) - Bump [@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 8.35.1 to 8.48.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;952](https://github.com/actions/setup-java/pull/952) - Bump eslint-config-prettier from 8.10.0 to 10.1.8 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;881](https://github.com/actions/setup-java/pull/881) - Bump picomatch, [@&#8203;types/jest](https://github.com/types/jest), jest, jest-circus and ts-jest by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1016](https://github.com/actions/setup-java/pull/1016) - Bump [@&#8203;types/node](https://github.com/types/node) from 24.1.0 to 25.9.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;950](https://github.com/actions/setup-java/pull/950) - Implement pagination with link headers for Adoptium based apis by [@&#8203;johnoliver](https://github.com/johnoliver) in [#&#8203;1014](https://github.com/actions/setup-java/pull/1014) - Make the Adoptopenjdk package type look at the Temurin repo first for latest assets by [@&#8203;johnoliver](https://github.com/johnoliver) in [#&#8203;522](https://github.com/actions/setup-java/pull/522) - Bump [@&#8203;vercel/ncc](https://github.com/vercel/ncc) from 0.38.1 to 0.44.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1018](https://github.com/actions/setup-java/pull/1018) ##### New Contributors - [@&#8203;alaahong](https://github.com/alaahong) made their first contribution in [#&#8203;969](https://github.com/actions/setup-java/pull/969) - [@&#8203;Copilot](https://github.com/Copilot) made their first contribution in [#&#8203;999](https://github.com/actions/setup-java/pull/999) - [@&#8203;johnoliver](https://github.com/johnoliver) made their first contribution in [#&#8203;1014](https://github.com/actions/setup-java/pull/1014) **Full Changelog**: <https://github.com/actions/setup-java/compare/v5...v5.3.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI1My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJQUi1EZXBlbmRlbmNpZXMiXX0=-->
renovate added 1 commit 2026-07-03 23:36:01 -07:00
Update actions/setup-java action to v5.4.0
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
APK Build / Build APKs (pull_request) Failing after 1s
APK Build / Build APKs-1 (pull_request) Failing after 1s
APK Build / Build APKs-2 (pull_request) Failing after 1s
Enterprise APK Build / Build Enterprise APKs (pull_request) Has been skipped
Enterprise APK Build / Build Enterprise APKs-1 (pull_request) Has been skipped
Enterprise APK Build / Build Enterprise APKs-2 (pull_request) Has been skipped
Danger CI / Danger main check (pull_request) Has been skipped
Maestro (local) / Build APK (pull_request) Failing after 1s
Maestro (local) / Maestro test suite (pull_request) Has been skipped
Code Quality Checks / Search for forbidden patterns (pull_request) Failing after 1s
Code Quality Checks / Search for invalid screenshot files (pull_request) Failing after 1s
Code Quality Checks / Search for invalid dependencies (pull_request) Failing after 1s
Code Quality Checks / Konsist tests (pull_request) Failing after 1s
Code Quality Checks / Compose tests (pull_request) Failing after 1s
Code Quality Checks / Android lint check (pull_request) Failing after 1s
Code Quality Checks / Detekt checks (pull_request) Failing after 1s
Code Quality Checks / Ktlint checks (pull_request) Failing after 1s
Code Quality Checks / Doc checks (pull_request) Failing after 1s
Code Quality Checks / Check shell scripts (pull_request) Failing after 1s
Code Quality Checks / Run zizmor (pull_request) Failing after 1s
Sonar / Sonar Quality Checks (pull_request) Failing after 1s
Test / Runs unit tests (pull_request) Failing after 1s
Validate Git LFS / Validate (pull_request) Failing after 1s
Community PR notice / Welcome comment (pull_request_target) Has been skipped
Code Quality Checks / Project Check Suite (pull_request) Has been skipped
1bb6b8bf75
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
APK Build / Build APKs (pull_request) Failing after 1s
APK Build / Build APKs-1 (pull_request) Failing after 1s
APK Build / Build APKs-2 (pull_request) Failing after 1s
Enterprise APK Build / Build Enterprise APKs (pull_request) Has been skipped
Enterprise APK Build / Build Enterprise APKs-1 (pull_request) Has been skipped
Enterprise APK Build / Build Enterprise APKs-2 (pull_request) Has been skipped
Danger CI / Danger main check (pull_request) Has been skipped
Maestro (local) / Build APK (pull_request) Failing after 1s
Maestro (local) / Maestro test suite (pull_request) Has been skipped
Code Quality Checks / Search for forbidden patterns (pull_request) Failing after 1s
Code Quality Checks / Search for invalid screenshot files (pull_request) Failing after 1s
Code Quality Checks / Search for invalid dependencies (pull_request) Failing after 1s
Code Quality Checks / Konsist tests (pull_request) Failing after 1s
Code Quality Checks / Compose tests (pull_request) Failing after 1s
Code Quality Checks / Android lint check (pull_request) Failing after 1s
Code Quality Checks / Detekt checks (pull_request) Failing after 1s
Code Quality Checks / Ktlint checks (pull_request) Failing after 1s
Code Quality Checks / Doc checks (pull_request) Failing after 1s
Code Quality Checks / Check shell scripts (pull_request) Failing after 1s
Code Quality Checks / Run zizmor (pull_request) Failing after 1s
Sonar / Sonar Quality Checks (pull_request) Failing after 1s
Test / Runs unit tests (pull_request) Failing after 1s
Validate Git LFS / Validate (pull_request) Failing after 1s
Community PR notice / Welcome comment (pull_request_target) Has been skipped
Code Quality Checks / Project Check Suite (pull_request) Has been skipped
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/actions-setup-java-5.x:renovate/actions-setup-java-5.x
git checkout renovate/actions-setup-java-5.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff renovate/actions-setup-java-5.x
git checkout renovate/actions-setup-java-5.x
git rebase main
git checkout main
git merge --ff-only renovate/actions-setup-java-5.x
git checkout renovate/actions-setup-java-5.x
git rebase main
git checkout main
git merge --no-ff renovate/actions-setup-java-5.x
git checkout main
git merge --squash renovate/actions-setup-java-5.x
git checkout main
git merge --ff-only renovate/actions-setup-java-5.x
git checkout main
git merge renovate/actions-setup-java-5.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Sulkta-OSS/element-x-ada#23
No description provided.