chore(deps): update https://github.com/actions/setup-java action to v5 #36

Open
siron-bot wants to merge 1 commit from renovate/https-github.com-actions-setup-java-5.x into main
Member

This PR contains the following updates:

Package Type Update Change
https://github.com/actions/setup-java action major v4v5

Release Notes

actions/setup-java (https://github.com/actions/setup-java)

v5.2.0

Compare Source

What's Changed

Enhancement
Documentation Changes
Dependency Updates

New Contributors

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

v5.1.0

Compare Source

What's Changed

New Features
Bug Fixes & Improvements
Documentation changes
Dependency updates

New Contributors

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

v5.0.0

Compare Source

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: https://github.com/actions/setup-java/compare/v4...v5.0.0

v5

Compare Source

v4.8.0

Compare Source

What's Changed

Full Changelog: https://github.com/actions/setup-java/compare/v4...v4.8.0

v4.7.1

Compare Source

What's Changed

Documentation changes
Dependency updates:

Full Changelog: https://github.com/actions/setup-java/compare/v4...v4.7.1

v4.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/actions/setup-java/compare/v4...v4.7.0

v4.6.0

Compare Source

What's Changed

Add-ons:

 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: ‘jetbrains’
     java-version: '21'

Bug fixes:

New Contributors

Full Changelog: https://github.com/actions/setup-java/compare/v4...v4.6.0

v4.5.0

Compare Source

What's Changed

Bug fixes:
New Contributors:

Full Changelog: https://github.com/actions/setup-java/compare/v4...v4.5.0

v4.4.0

Compare Source

What's Changed

Add-ons :

steps:
 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: 'graalvm'
     java-version: '21'
  • Add workflow file for publishing releases to immutable action package by @​Jcambass in #​684

Bug fixes :

  • Add architecture to cache key by @​Zxilly in #​664
    This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
    Note: This change may break previous cache keys as they will no longer be compatible with the new format.
  • Resolve check failures by @​aparnajyothi-y in #​687

New Contributors

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

v4.3.0

Compare Source

What's Changed

steps:
 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: 'sapmachine'
     java-version: '21'

Bug fixes :

New Contributors :

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

v4.2.2

Compare Source

What's Changed



Bug fixes:
Documentation changes
Dependency updates:

Full Changelog: https://github.com/actions/setup-java/compare/v4...v4.2.2

v4.2.1

Compare Source

What's Changed

Full Changelog: https://github.com/actions/setup-java/compare/v4...v4.2.1

v4.2.0

Compare Source

What's Changed

New Contributors

v4.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/actions/setup-java/compare/v4...v4.1.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 | |---|---|---|---| | [https://github.com/actions/setup-java](https://github.com/actions/setup-java) | action | major | `v4` → `v5` | --- ### Release Notes <details> <summary>actions/setup-java (https://github.com/actions/setup-java)</summary> ### [`v5.2.0`](https://github.com/actions/setup-java/releases/tag/v5.2.0) [Compare Source](https://github.com/actions/setup-java/compare/v5.1.0...v5.2.0) #### What's Changed ##### Enhancement - Retry on HTTP 522 Connection timed out by [@&#8203;findepi](https://github.com/findepi) in [#&#8203;964](https://github.com/actions/setup-java/pull/964) ##### Documentation Changes - Update gradle caching by [@&#8203;priya-kinthali](https://github.com/priya-kinthali) in [#&#8203;972](https://github.com/actions/setup-java/pull/972) - Update checkout to v6 by [@&#8203;mahabaleshwars](https://github.com/mahabaleshwars) in [#&#8203;973](https://github.com/actions/setup-java/pull/973) ##### Dependency Updates - Upgrade [@&#8203;actions/cache](https://github.com/actions/cache) to v5 by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;968](https://github.com/actions/setup-java/pull/968) - Upgrade actions/checkout from 5 to 6 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;961](https://github.com/actions/setup-java/pull/961) #### New Contributors - [@&#8203;findepi](https://github.com/findepi) made their first contribution in [#&#8203;964](https://github.com/actions/setup-java/pull/964) **Full Changelog**: <https://github.com/actions/setup-java/compare/v5...v5.2.0> ### [`v5.1.0`](https://github.com/actions/setup-java/releases/tag/v5.1.0) [Compare Source](https://github.com/actions/setup-java/compare/v5...v5.1.0) #### What's Changed ##### New Features - Add support for `.sdkmanrc` file in `java-version-file` parameter by [@&#8203;guicamest](https://github.com/guicamest) in [#&#8203;736](https://github.com/actions/setup-java/pull/736) - Add support for Microsoft OpenJDK 25 builds by [@&#8203;the-mod](https://github.com/the-mod) in [#&#8203;927](https://github.com/actions/setup-java/pull/927) ##### Bug Fixes & Improvements - Update Regex to Support All ASDF Versions for the supported distributions in tool-versions File by [@&#8203;aparnajyothi-y](https://github.com/aparnajyothi-y) in [#&#8203;767](https://github.com/actions/setup-java/pull/767) - Enhance error logging for network failures to include endpoint/IP details, add retry mechanism and update workflows to use macos-15-intel by [@&#8203;priya-kinthali](https://github.com/priya-kinthali) in [#&#8203;946](https://github.com/actions/setup-java/pull/946) - Update SapMachine URLs by [@&#8203;RealCLanger](https://github.com/RealCLanger) in [#&#8203;955](https://github.com/actions/setup-java/pull/955) - Add GitHub Token Support for GraalVM and Refactor Code by [@&#8203;mahabaleshwars](https://github.com/mahabaleshwars) in [#&#8203;849](https://github.com/actions/setup-java/pull/849) ##### Documentation changes - Update documentation to use checkout and Java v5 by [@&#8203;lmvysakh](https://github.com/lmvysakh) in [#&#8203;903](https://github.com/actions/setup-java/pull/903) - Clarify JAVA\_HOME and PATH setup in README by [@&#8203;chiranjib-swain](https://github.com/chiranjib-swain) in [#&#8203;841](https://github.com/actions/setup-java/pull/841) ##### Dependency updates - Upgrade prettier from 2.8.8 to 3.6.2 and document breaking changes in v5 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;873](https://github.com/actions/setup-java/pull/873) - Upgrade actions/publish-action from 0.3.0 to 0.4.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;912](https://github.com/actions/setup-java/pull/912) #### New Contributors - [@&#8203;lmvysakh](https://github.com/lmvysakh) made their first contribution in [#&#8203;903](https://github.com/actions/setup-java/pull/903) - [@&#8203;chiranjib-swain](https://github.com/chiranjib-swain) made their first contribution in [#&#8203;841](https://github.com/actions/setup-java/pull/841) - [@&#8203;the-mod](https://github.com/the-mod) made their first contribution in [#&#8203;927](https://github.com/actions/setup-java/pull/927) - [@&#8203;priya-kinthali](https://github.com/priya-kinthali) made their first contribution in [#&#8203;946](https://github.com/actions/setup-java/pull/946) - [@&#8203;guicamest](https://github.com/guicamest) made their first contribution in [#&#8203;736](https://github.com/actions/setup-java/pull/736) **Full Changelog**: <https://github.com/actions/setup-java/compare/v5...v5.1.0> ### [`v5.0.0`](https://github.com/actions/setup-java/releases/tag/v5.0.0) [Compare Source](https://github.com/actions/setup-java/compare/v5...v5) #### What's Changed ##### Breaking Changes - Upgrade to node 24 by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;888](https://github.com/actions/setup-java/pull/888) Make sure your runner is updated to this version or newer to use this release. v2.327.1 [Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1) ##### Dependency Upgrades - Upgrade Publish Immutable Action by [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in [#&#8203;798](https://github.com/actions/setup-java/pull/798) - Upgrade eslint-plugin-jest from 27.9.0 to 28.11.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;730](https://github.com/actions/setup-java/pull/730) - Upgrade undici from 5.28.5 to 5.29.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;833](https://github.com/actions/setup-java/pull/833) - Upgrade form-data to bring in fix for critical vulnerability by [@&#8203;gowridurgad](https://github.com/gowridurgad) in [#&#8203;887](https://github.com/actions/setup-java/pull/887) - Upgrade actions/checkout from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;896](https://github.com/actions/setup-java/pull/896) ##### Bug Fixes - Prevent default installation of JetBrains pre-releases by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;859](https://github.com/actions/setup-java/pull/859) - Improve Error Handling for Setup-Java Action to Help Debug Intermittent Failures by [@&#8203;gowridurgad](https://github.com/gowridurgad) in [#&#8203;848](https://github.com/actions/setup-java/pull/848) #### New Contributors - [@&#8203;gowridurgad](https://github.com/gowridurgad) made their first contribution in [#&#8203;848](https://github.com/actions/setup-java/pull/848) - [@&#8203;salmanmkc](https://github.com/salmanmkc) made their first contribution in [#&#8203;888](https://github.com/actions/setup-java/pull/888) **Full Changelog**: <https://github.com/actions/setup-java/compare/v4...v5.0.0> ### [`v5`](https://github.com/actions/setup-java/compare/v4.8.0...v5) [Compare Source](https://github.com/actions/setup-java/compare/v4.8.0...v5) ### [`v4.8.0`](https://github.com/actions/setup-java/releases/tag/v4.8.0) [Compare Source](https://github.com/actions/setup-java/compare/v4.7.1...v4.8.0) #### What's Changed - License and Audit Fixes by [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in [#&#8203;960](https://github.com/actions/setup-java/pull/960) - Update SapMachine URLs by [@&#8203;RealCLanger](https://github.com/RealCLanger) in [#&#8203;965](https://github.com/actions/setup-java/pull/965) **Full Changelog**: <https://github.com/actions/setup-java/compare/v4...v4.8.0> ### [`v4.7.1`](https://github.com/actions/setup-java/releases/tag/v4.7.1) [Compare Source](https://github.com/actions/setup-java/compare/v4.7.0...v4.7.1) #### What's Changed ##### Documentation changes - Add Documentation to Recommend Using GraalVM JDK 17 Version to 17.0.12 to Align with GFTC License Terms by [@&#8203;aparnajyothi-y](https://github.com/aparnajyothi-y) in [#&#8203;704](https://github.com/actions/setup-java/pull/704) - Remove duplicated GraalVM section in documentation by [@&#8203;Marcono1234](https://github.com/Marcono1234) in [#&#8203;716](https://github.com/actions/setup-java/pull/716) ##### Dependency updates: - Upgrade [@&#8203;action/cache](https://github.com/action/cache) from 4.0.0 to 4.0.2 by [@&#8203;aparnajyothi-y](https://github.com/aparnajyothi-y) in [#&#8203;766](https://github.com/actions/setup-java/pull/766) - Upgrade [@&#8203;actions/glob](https://github.com/actions/glob) from 0.4.0 to 0.5.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;744](https://github.com/actions/setup-java/pull/744) - Upgrade ts-jest from 29.1.2 to 29.2.5 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;743](https://github.com/actions/setup-java/pull/743) - Upgrade [@&#8203;action/cache](https://github.com/action/cache) to 4.0.3 by [@&#8203;aparnajyothi-y](https://github.com/aparnajyothi-y) in [#&#8203;773](https://github.com/actions/setup-java/pull/773) **Full Changelog**: <https://github.com/actions/setup-java/compare/v4...v4.7.1> ### [`v4.7.0`](https://github.com/actions/setup-java/releases/tag/v4.7.0) [Compare Source](https://github.com/actions/setup-java/compare/v4.6.0...v4.7.0) #### What's Changed - Configure Dependabot settings by [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in [#&#8203;722](https://github.com/actions/setup-java/pull/722) - README Update: Added a permissions section by [@&#8203;benwells](https://github.com/benwells) in [#&#8203;723](https://github.com/actions/setup-java/pull/723) - Upgrade `cache` from version 3.2.4 to 4.0.0 by [@&#8203;aparnajyothi-y](https://github.com/aparnajyothi-y) in [#&#8203;724](https://github.com/actions/setup-java/pull/724) - Upgrade `@actions/http-client` from 2.2.1 to 2.2.3 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;728](https://github.com/actions/setup-java/pull/728) - Upgrade `actions/publish-immutable-action` from 0.0.3 to 0.0.4 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;727](https://github.com/actions/setup-java/pull/727) - Upgrade `@types/jest` from 29.5.12 to 29.5.14 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;729](https://github.com/actions/setup-java/pull/729) #### New Contributors - [@&#8203;benwells](https://github.com/benwells) made their first contribution in [#&#8203;723](https://github.com/actions/setup-java/pull/723) **Full Changelog**: <https://github.com/actions/setup-java/compare/v4...v4.7.0> ### [`v4.6.0`](https://github.com/actions/setup-java/releases/tag/v4.6.0) [Compare Source](https://github.com/actions/setup-java/compare/v4.5.0...v4.6.0) #### What's Changed **Add-ons:** - Add Support for JetBrains Runtime by [@&#8203;gmitch215](https://github.com/gmitch215) in [#&#8203;637](https://github.com/actions/setup-java/pull/637) ```steps: - name: Checkout uses: actions/checkout@v4 - name: Setup-java uses: actions/setup-java@v4 with: distribution: ‘jetbrains’ java-version: '21' ``` **Bug fixes:** - Fix Ubuntu-latest CI failures by [@&#8203;mahabaleshwars](https://github.com/mahabaleshwars) in [#&#8203;693](https://github.com/actions/setup-java/pull/693) #### New Contributors - [@&#8203;gmitch215](https://github.com/gmitch215) made their first contribution in [#&#8203;637](https://github.com/actions/setup-java/pull/637) **Full Changelog**: <https://github.com/actions/setup-java/compare/v4...v4.6.0> ### [`v4.5.0`](https://github.com/actions/setup-java/releases/tag/v4.5.0) [Compare Source](https://github.com/actions/setup-java/compare/v4.4.0...v4.5.0) #### What's Changed - Upgrade IA Publish by [@&#8203;Jcambass](https://github.com/Jcambass) in [#&#8203;686](https://github.com/actions/setup-java/issues/686) ##### Bug fixes: - Improve archive extraction on windows runners without powershell core and Update micromatch dependency by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;689](https://github.com/actions/setup-java/issues/689) - Update workflows for GraalVM and Version Enhancements by [@&#8203;mahabaleshwars](https://github.com/mahabaleshwars) in [#&#8203;699](https://github.com/actions/setup-java/issues/699) - Refine `isGhes` logic by [@&#8203;jww3](https://github.com/jww3) in [#&#8203;697](https://github.com/actions/setup-java/issues/697) ##### New Contributors: - [@&#8203;priyagupta108](https://github.com/priyagupta108) made their first contribution in [#&#8203;689](https://github.com/actions/setup-java/pull/689) - [@&#8203;jww3](https://github.com/jww3) made their first contribution in [#&#8203;697](https://github.com/actions/setup-java/pull/697) **Full Changelog**: <https://github.com/actions/setup-java/compare/v4...v4.5.0> ### [`v4.4.0`](https://github.com/actions/setup-java/releases/tag/v4.4.0) [Compare Source](https://github.com/actions/setup-java/compare/v4.3.0...v4.4.0) #### What's Changed **Add-ons :** - Add support for Oracle GraalVM by [@&#8203;fniephaus](https://github.com/fniephaus) in [#&#8203;501](https://github.com/actions/setup-java/pull/501) ``` steps: - name: Checkout uses: actions/checkout@v4 - name: Setup-java uses: actions/setup-java@v4 with: distribution: 'graalvm' java-version: '21' ``` - Add workflow file for publishing releases to immutable action package by [@&#8203;Jcambass](https://github.com/Jcambass) in [#&#8203;684](https://github.com/actions/setup-java/pull/684) **Bug fixes :** - Add architecture to cache key by [@&#8203;Zxilly](https://github.com/Zxilly) in [#&#8203;664](https://github.com/actions/setup-java/pull/664) This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts. Note: This change may break previous cache keys as they will no longer be compatible with the new format. - Resolve check failures by [@&#8203;aparnajyothi-y](https://github.com/aparnajyothi-y) in [#&#8203;687](https://github.com/actions/setup-java/pull/687) #### New Contributors - [@&#8203;Jcambass](https://github.com/Jcambass) made their first contribution in [#&#8203;684](https://github.com/actions/setup-java/pull/684) - [@&#8203;Zxilly](https://github.com/Zxilly) made their first contribution in [#&#8203;664](https://github.com/actions/setup-java/pull/664) **Full Changelog**: <https://github.com/actions/setup-java/compare/v4...v4.4.0> ### [`v4.3.0`](https://github.com/actions/setup-java/releases/tag/v4.3.0) [Compare Source](https://github.com/actions/setup-java/compare/v4.2.2...v4.3.0) What's Changed - Add support for SapMachine JDK/JRE by [@&#8203;Shegox](https://github.com/Shegox) in [#&#8203;614](https://github.com/actions/setup-java/issues/614) ```yaml steps: - name: Checkout uses: actions/checkout@v4 - name: Setup-java uses: actions/setup-java@v4 with: distribution: 'sapmachine' java-version: '21' ``` Bug fixes : - Fix typos on Corretto by [@&#8203;johnshajiang](https://github.com/johnshajiang) in [#&#8203;666](https://github.com/actions/setup-java/issues/666) - IBM Semeru Enhancement on arm64 by [@&#8203;mahabaleshwars](https://github.com/mahabaleshwars) in [#&#8203;677](https://github.com/actions/setup-java/issues/677) - Resolve Basic Validation Check Failures by [@&#8203;aparnajyothi-y](https://github.com/aparnajyothi-y)
 in [#&#8203;682](https://github.com/actions/setup-java/issues/682) New Contributors : - [@&#8203;johnshajiang](https://github.com/johnshajiang) made their first contribution in [#&#8203;666](https://github.com/actions/setup-java/issues/666) - [@&#8203;Shegox](https://github.com/Shegox) made their first contribution in [#&#8203;614](https://github.com/actions/setup-java/issues/614) **Full Changelog**: <https://github.com/actions/setup-java/compare/v4...v4.3.0> ### [`v4.2.2`](https://github.com/actions/setup-java/releases/tag/v4.2.2) [Compare Source](https://github.com/actions/setup-java/compare/v4.2.1...v4.2.2) #### What's Changed ##### 

Bug fixes: - Fix macos latest check failures by [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in [#&#8203;634](https://github.com/actions/setup-java/pull/634) - Fix dragonwell distribution parsing issues by [@&#8203;Accelerator1996](https://github.com/Accelerator1996) in [#&#8203;643](https://github.com/actions/setup-java/pull/643) ##### Documentation changes - Update advanced documentation for java-version-file by [@&#8203;mahabaleshwars](https://github.com/mahabaleshwars) in [#&#8203;622](https://github.com/actions/setup-java/pull/622) ##### Dependency updates: - Bump undici from 5.28.3 to 5.28.4 and other dependency updates by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;616](https://github.com/actions/setup-java/pull/616) **Full Changelog**: <https://github.com/actions/setup-java/compare/v4...v4.2.2> ### [`v4.2.1`](https://github.com/actions/setup-java/releases/tag/v4.2.1) [Compare Source](https://github.com/actions/setup-java/compare/v4.2.0...v4.2.1) #### What's Changed - Patch for java version file to accept it from any path by [@&#8203;mahabaleshwars](https://github.com/mahabaleshwars) in [#&#8203;610](https://github.com/actions/setup-java/pull/610) **Full Changelog**: <https://github.com/actions/setup-java/compare/v4...v4.2.1> ### [`v4.2.0`](https://github.com/actions/setup-java/releases/tag/v4.2.0) [Compare Source](https://github.com/actions/setup-java/compare/v4.1.0...v4.2.0) #### What's Changed - Updated actions/httpclient version to 2.2.1 and other dependencies by [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in [#&#8203;607](https://github.com/actions/setup-java/pull/607) - Added .tool-versions file support along with .java-version file by [@&#8203;mahabaleshwars](https://github.com/mahabaleshwars) in [#&#8203;606](https://github.com/actions/setup-java/pull/606) #### New Contributors - [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) made their first contribution in [#&#8203;607](https://github.com/actions/setup-java/pull/607) **Full Changelog**: <https://github.com/actions/setup-java/compare/v4...v4.2.0> ### [`v4.1.0`](https://github.com/actions/setup-java/releases/tag/v4.1.0) [Compare Source](https://github.com/actions/setup-java/compare/v4...v4.1.0) #### What's Changed - Added Windows Arm64 Support for Windows Arm64 Runners by [@&#8203;mahabaleshwars](https://github.com/mahabaleshwars) in [#&#8203;595](https://github.com/actions/setup-java/pull/595) - feat: bump actions/checkout and actions/setup-java to v4 by [@&#8203;kbdharun](https://github.com/kbdharun) in [#&#8203;533](https://github.com/actions/setup-java/pull/533) - Handle authorization when the token is undefined by [@&#8203;peter-murray](https://github.com/peter-murray) in [#&#8203;556](https://github.com/actions/setup-java/pull/556) - Documentation update of Java 21 by [@&#8203;Okeanos](https://github.com/Okeanos) in [#&#8203;566](https://github.com/actions/setup-java/pull/566) - Documentation update about maven-gpg-plugin version note by [@&#8203;IvanZosimov](https://github.com/IvanZosimov) in [#&#8203;570](https://github.com/actions/setup-java/pull/570) - Oracle JDK 21 support by [@&#8203;jdubois](https://github.com/jdubois) in [#&#8203;538](https://github.com/actions/setup-java/pull/538) - Fix typo in configuration example by [@&#8203;Bananeweizen](https://github.com/Bananeweizen) in [#&#8203;572](https://github.com/actions/setup-java/pull/572) #### New Contributors - [@&#8203;kbdharun](https://github.com/kbdharun) made their first contribution in [#&#8203;533](https://github.com/actions/setup-java/pull/533) - [@&#8203;peter-murray](https://github.com/peter-murray) made their first contribution in [#&#8203;556](https://github.com/actions/setup-java/pull/556) - [@&#8203;jdubois](https://github.com/jdubois) made their first contribution in [#&#8203;538](https://github.com/actions/setup-java/pull/538) - [@&#8203;Bananeweizen](https://github.com/Bananeweizen) made their first contribution in [#&#8203;572](https://github.com/actions/setup-java/pull/572) - [@&#8203;mahabaleshwars](https://github.com/mahabaleshwars) made their first contribution in [#&#8203;595](https://github.com/actions/setup-java/pull/595) **Full Changelog**: <https://github.com/actions/setup-java/compare/v4...v4.1.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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjguNSIsInVwZGF0ZWRJblZlciI6IjQzLjE2OC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update https://github.com/actions/setup-java action to v5
All checks were successful
CI / version (pull_request) Successful in 40s
CI / go-validation (pull_request) Successful in 2m30s
CI / sdk-validation (pull_request) Successful in 3m45s
cdfede2dd1

Expected next release version: v0.4.2

This version is calculated with svu next from the current merge request state.

<!-- forgejo-pulumi-provider-release-version --> Expected next release version: `v0.4.2` This version is calculated with `svu next` from the current merge request state.
All checks were successful
CI / version (pull_request) Successful in 40s
CI / go-validation (pull_request) Successful in 2m30s
CI / sdk-validation (pull_request) Successful in 3m45s
This pull request can be merged automatically.
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/https-github.com-actions-setup-java-5.x:renovate/https-github.com-actions-setup-java-5.x
git switch renovate/https-github.com-actions-setup-java-5.x
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
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
sironheart/forgejo-pulumi-provider!36
No description provided.