Highlight major changes in setup-java v5 - #1200
Merged
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 8e3b1604-55ad-4a37-91dd-65e424e71ba7
Contributor
There was a problem hiding this comment.
Pull request overview
Expands the README’s “What’s new” notes for actions/setup-java@v5 so users get a concise summary of major capabilities added across V5 (beyond the Node 24 runtime change).
Changes:
- Reworks the V5 notes into a richer set of bullets covering key functionality additions (distributions, version files, verification, caching, Maven behavior, inputs).
- Consolidates the Node 24 runtime upgrade + runner requirement into a single clearer bullet.
Show a summary per file
| File | Description |
|---|---|
| README.md | Expands the V5 “What’s new” section to summarize major feature additions across V5 releases. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
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.
Description:
The V5 "What's new" section previously highlighted only the Node 24 runtime upgrade, leaving users without a concise view of the capabilities added since V4. This expands the section to cover the major distribution, version-file, verification, JDK selection, caching, Maven, diagnostics, and input migration changes shipped across V5 releases.
Related issue:
N/A
Check list:
npm run checklocally (format, lint, build, test) and all checks pass. Documentation-only change.