Skip to content

Update actions/setup-java action from vv4 to v5#191

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/actions-setup-java-5.x
Open

Update actions/setup-java action from vv4 to v5#191
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/actions-setup-java-5.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 21, 2025

This PR contains the following updates:

Package Type Update Change
actions/setup-java action major v4v5

Warning

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


Release Notes

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

v5.2.0

Compare Source

What's Changed
Enhancement
Documentation Changes
Dependency Updates
New Contributors

Full Changelog: actions/setup-java@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: actions/setup-java@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: actions/setup-java@v4...v5.0.0

v5

Compare Source

v4.8.0

Compare Source

What's Changed

Full Changelog: actions/setup-java@v4...v4.8.0

v4.7.1

Compare Source

What's Changed

Documentation changes
Dependency updates:

Full Changelog: actions/setup-java@v4...v4.7.1

v4.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-java@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: actions/setup-java@v4...v4.6.0

v4.5.0

Compare Source

What's Changed
Bug fixes:
New Contributors:

Full Changelog: actions/setup-java@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: actions/setup-java@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: actions/setup-java@v4...v4.3.0

v4.2.2

Compare Source

What's Changed


Bug fixes:
Documentation changes
Dependency updates:

Full Changelog: actions/setup-java@v4...v4.2.2

v4.2.1

Compare Source

What's Changed

Full Changelog: actions/setup-java@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: actions/setup-java@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 was generated by Mend Renovate. View the repository job log.

@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/actions-setup-java-5.x branch from 85bcebe to a52796c Compare September 25, 2025 17:37
@renovate renovate Bot force-pushed the renovate/actions-setup-java-5.x branch from a52796c to a4d6f9b Compare October 9, 2025 11:56
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Oct 9, 2025

@renovate renovate Bot force-pushed the renovate/actions-setup-java-5.x branch from a4d6f9b to fbb3cf7 Compare November 10, 2025 21:46
@github-actions
Copy link
Copy Markdown

Docker Image Scan - Alert(s) found with threshold matching severity high

Results

  • critical: 0
  • high: 5
  • medium: 5
  • low: 6
    Docker Image Scan Report can be found here

Allowlist

Use the allowlist if you want to ignore vulnerabilities that do not affect the repository.
See the Docker Scan documentation on how to use allowlist.

@renovate renovate Bot force-pushed the renovate/actions-setup-java-5.x branch from fbb3cf7 to 80bdc60 Compare December 15, 2025 15:10
@renovate renovate Bot force-pushed the renovate/actions-setup-java-5.x branch from 80bdc60 to 0b3300e Compare December 31, 2025 18:45
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/actions-setup-java-5.x branch from 0b3300e to b50a3d8 Compare February 2, 2026 15:44
@renovate renovate Bot force-pushed the renovate/actions-setup-java-5.x branch from b50a3d8 to 84a0a53 Compare February 12, 2026 12:55
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/actions-setup-java-5.x branch from 84a0a53 to 0353143 Compare March 14, 2026 21:05
@renovate renovate Bot force-pushed the renovate/actions-setup-java-5.x branch from 0353143 to baf8e58 Compare March 26, 2026 19:37
@sonarqubecloud
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown

Docker Scan - Alert(s) found with threshold matching severity high

Results

  • critical: 0
  • high: 2
  • medium: 4
  • low: 0

Docker Scan Report can be found here

Allowlist

Use the allowlist if you want to ignore vulnerabilities that do not affect the repository.
See the Docker Scan documentation on how to use allowlist.

@renovate renovate Bot changed the title Update actions/setup-java action from vv4 to v5 Update actions/setup-java action from vv4.8.0 to v5 Apr 19, 2026
@renovate renovate Bot changed the title Update actions/setup-java action from vv4.8.0 to v5 Update actions/setup-java action from vv4 to v5 Apr 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants