Document deprecation of setup-java v1 through v4 - #1198
Merged
brunoborges merged 1 commit intoAug 4, 2026
Merged
Conversation
Co-authored-by: Copilot App <[email protected]> Copilot-Session: 62a37470-ba42-40e1-8fb4-f644cf05da02
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository README to reflect the deprecation of actions/setup-java v1–v4 and to better guide users toward the current stable major version (v5) and its ongoing release notes.
Changes:
- Replaces the single v5.0.0 release-notes link with a link to the full v5 release history.
- Adds an “Older versions” warning callout under “What’s new” stating that v1–v4 are deprecated and recommending
actions/setup-java@v5.
Show a summary per file
| File | Description |
|---|---|
| README.md | Adds a deprecation warning for v1–v4 and updates release-notes guidance to point to the full v5 release history. |
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.
Versions v1 through v4 now emit deprecation warnings, so the README should clearly direct users to the supported stable release.
Adds an Older versions notice under What's new recommending
actions/setup-java@v5, and replaces the v5.0.0-only link with the complete V5 release history so subsequent enhancements and fixes remain discoverable.