Upgrade actions/setup-java v3.5.1 -> v5.2.0#308
Open
Picnic-DevPla-Bot wants to merge 1 commit intomasterfrom
Open
Upgrade actions/setup-java v3.5.1 -> v5.2.0#308Picnic-DevPla-Bot wants to merge 1 commit intomasterfrom
Picnic-DevPla-Bot wants to merge 1 commit intomasterfrom
Conversation
Author
|
Suggested commit message: |
12fcb6e to
7cca702
Compare
See: - https://github.com/actions/setup-java/releases/tag/v5.2.0 - https://github.com/actions/setup-java/releases/tag/v5.1.0 - https://github.com/actions/setup-java/releases/tag/v5.0.0 - https://github.com/actions/setup-java/releases/tag/v4.8.0 - https://github.com/actions/setup-java/releases/tag/v4.7.1 - https://github.com/actions/setup-java/releases/tag/v4.7.0 - https://github.com/actions/setup-java/releases/tag/v4.6.0 - https://github.com/actions/setup-java/releases/tag/v4.5.0 - https://github.com/actions/setup-java/releases/tag/v4.4.0 - https://github.com/actions/setup-java/releases/tag/v4.3.0 - https://github.com/actions/setup-java/releases/tag/v4.2.2 - https://github.com/actions/setup-java/releases/tag/v4.2.1 - https://github.com/actions/setup-java/releases/tag/v4.2.0 - https://github.com/actions/setup-java/releases/tag/v4.1.0 - https://github.com/actions/setup-java/releases/tag/v4.0.0 - https://github.com/actions/setup-java/releases/tag/v3.14.1 - https://github.com/actions/setup-java/releases/tag/v3.14.0 - https://github.com/actions/setup-java/releases/tag/v3.13.0 - https://github.com/actions/setup-java/releases/tag/v3.12.0 - https://github.com/actions/setup-java/releases/tag/v3.11.0 - https://github.com/actions/setup-java/releases/tag/v3.10.0 - https://github.com/actions/setup-java/releases/tag/v3.9.0 - https://github.com/actions/setup-java/releases/tag/v3.8.0 - https://github.com/actions/setup-java/releases/tag/v3.6.0
7cca702 to
c8a39e4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.5.1->v5.2.0Release Notes
actions/setup-java (actions/setup-java)
v5.2.0Compare Source
What's Changed
Enhancement
Documentation Changes
Dependency Updates
New Contributors
Full Changelog: actions/setup-java@v5...v5.2.0
v5.1.0Compare Source
What's Changed
New Features
.sdkmanrcfile injava-version-fileparameter by @guicamest in #736Bug Fixes & Improvements
Documentation changes
Dependency updates
New Contributors
Full Changelog: actions/setup-java@v5...v5.1.0
v5.0.0Compare 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: actions/setup-java@v4...v5.0.0
v4.8.0Compare Source
What's Changed
Full Changelog: actions/setup-java@v4...v4.8.0
v4.7.1Compare Source
What's Changed
Documentation changes
Dependency updates:
Full Changelog: actions/setup-java@v4...v4.7.1
v4.7.0Compare Source
What's Changed
cachefrom version 3.2.4 to 4.0.0 by @aparnajyothi-y in #724@actions/http-clientfrom 2.2.1 to 2.2.3 by @dependabot in #728actions/publish-immutable-actionfrom 0.0.3 to 0.0.4 by @dependabot in #727@types/jestfrom 29.5.12 to 29.5.14 by @dependabot in #729New Contributors
Full Changelog: actions/setup-java@v4...v4.7.0
v4.6.0Compare Source
What's Changed
Add-ons:
Bug fixes:
New Contributors
Full Changelog: actions/setup-java@v4...v4.6.0
v4.5.0Compare Source
What's Changed
Bug fixes:
isGheslogic by @jww3 in #697New Contributors:
Full Changelog: actions/setup-java@v4...v4.5.0
v4.4.0Compare Source
What's Changed
Add-ons :
Bug fixes :
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.
New Contributors
Full Changelog: actions/setup-java@v4...v4.4.0
v4.3.0Compare Source
What's Changed
Bug fixes :
New Contributors :
Full Changelog: actions/setup-java@v4...v4.3.0
v4.2.2Compare Source
What's Changed
Bug fixes:
Documentation changes
Dependency updates:
Full Changelog: actions/setup-java@v4...v4.2.2
v4.2.1Compare Source
What's Changed
Full Changelog: actions/setup-java@v4...v4.2.1
v4.2.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/setup-java@v4...v4.2.0
v4.1.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/setup-java@v4...v4.1.0
v4.0.0Compare Source
What's Changed
In the scope of this release, the version of the Node.js runtime was updated to 20. The majority of dependencies were updated to the latest versions. From now on, the code for the setup-java will run on Node.js 20 instead of Node.js 16.
Breaking changes
Non-breaking changes
New Contributors
Full Changelog: actions/setup-java@v3...v4.0.0
v3.14.1Compare Source
What's Changed
Full Changelog: actions/setup-java@v3...v3.14.1
v3.14.0Compare Source
What's Changed
In scope of this release we updated actions/cache package to ensure continued support and compatibility, as older versions of the package are now deprecated. For more information please refer to the toolkit/cache.
Full Changelog: actions/setup-java@v3...v3.14.0
v3.13.0Compare Source
What's changed
In the scope of this release, support for Dragonwell JDK was added by @Accelerator1996 in #532
Several inaccuracies were also fixed:
New Contributors
Full Changelog: actions/setup-java@v3...v3.13.0
v3.12.0Compare Source
In scope of this release the following changes were made:
Bug fixes:
Feature implementations:
Resolving dependencies issues:
Infrastructure updates:
Documentation changes:
New Contributors
Full Changelog: actions/setup-java@v3...v3.12.0
v3.11.0Compare Source
In scope of this release we added support for IBM Semeru (OpenJ9) JDK (#289).
Supported distributions
Currently, the following distributions are supported:
temurinzuluadoptoradopt-hotspotadopt-openj9libericamicrosoftcorrettosemeruoraclev3.10.0Compare Source
In scope of this release we added support for Oracle JDK (#450).
Supported distributions
Currently, the following distributions are supported:
temurinzuluadoptoradopt-hotspotadopt-openj9libericamicrosoftcorrettooraclev3.9.0Compare Source
In scope of this release we add support for
.java-versionfile (#426). For more information about its usage please refer to the documentation.v3.8.0Compare Source
In scope of this release we added logic to pass the token input through on GHES for Microsoft Build of OpenJDK (#395) and updated minimatch dependency.
v3.6.0Compare Source
In scope of this release we added Maven Toolchains Support and Maven Toolchains Declaration. Moreover, from this release we use
os.archto determine default architecture for runners: #376. Besides, we made such changes as:SEGMENT_DOWNLOAD_TIMEOUT_MINS