Skip to content

fix update All major and minor dependencies (major)#4

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-all-major-and-minor-dependencies
Open

fix update All major and minor dependencies (major)#4
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-all-major-and-minor-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 28, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action major v2v6 age confidence
actions/setup-java action major v2v5 age confidence
eclipse-temurin final major 17.0.13_11-jdk-alpine25.0.3_9-jdk-alpine age confidence
maven-wrapper (source) major 0.5.63.3.4 age confidence
org.springframework.boot:spring-boot-starter-parent (source) parent major 2.7.184.0.6 age confidence

Release Notes

actions/checkout (actions/checkout)

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v6

Compare Source

v5.0.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

Compare Source

What's Changed
⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v5

Compare Source

v4.3.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

  • Fix: Disable sparse checkout whenever sparse-checkout option is not present @​dscho in #​1598

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.0

Compare Source

v4

Compare Source

v3.6.0

Compare Source

v3.5.3

Compare Source

v3.5.2

Compare Source

v3.5.1

Compare Source

v3.5.0

Compare Source

v3.4.0

Compare Source

v3.3.0

Compare Source

v3.2.0

Compare Source

v3.1.0

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

v3.0.0

Compare Source

v3

Compare Source

v2.7.0

Compare Source

What's Changed

Full Changelog: actions/checkout@v2.6.0...v2.7.0

v2.6.0

Compare Source

What's Changed

Full Changelog: actions/checkout@v2.5.0...v2.6.0

v2.5.0

Compare Source

What's Changed

Full Changelog: actions/checkout@v2...v2.5.0

v2.4.2

Compare Source

What's Changed

Full Changelog: actions/checkout@v2...v2.4.2

v2.4.1

Compare Source

  • Fixed an issue where checkout failed to run in container jobs due to the new git setting safe.directory

v2.4.0

Compare Source

  • Convert SSH URLs like org-<ORG_ID>@&#8203;github.com: to https://github.com/ - pr

v2.3.5

Compare Source

Update dependencies

v2.3.4

Compare Source

v2.3.3

Compare Source

v2.3.2

Compare Source

Add Third Party License Information to Dist Files

v2.3.1

Compare Source

v2.3.0

Compare Source

v2.2.0

Compare Source

v2.1.1

Compare Source

  • Changes to support GHES (here and here)

v2.1.0

Compare Source

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

v4.0.0

Compare 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

v4

Compare Source

v3.14.1

Compare Source

What's Changed

Full Changelog: actions/setup-java@v3...v3.14.1

v3.14.0

Compare Source

What's Changed

  • Upgrade @​action/cache to 4.0.3 by @​aparnajyothi-y in #​790.
    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.0

Compare Source

What's changed

In the scope of this release, support for Dragonwell JDK was added by @​Accelerator1996 in #​532

steps:
 - name: Checkout
   uses: actions/checkout@v3
 - name: Setup-java
   uses: actions/setup-java@v3
   with:
     distribution: 'dragonwell'
     java-version: '17'

Several inaccuracies were also fixed:

New Contributors

Full Changelog: actions/setup-java@v3...v3.13.0

v3.12.0

Compare 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.0](https://redirect.github

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekday"
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/major-all-major-and-minor-dependencies branch 4 times, most recently from 14cc808 to 1a5dc49 Compare October 28, 2024 16:26
@renovate renovate Bot force-pushed the renovate/major-all-major-and-minor-dependencies branch from 1a5dc49 to 142b71c Compare November 5, 2024 08:00
@renovate renovate Bot force-pushed the renovate/major-all-major-and-minor-dependencies branch 6 times, most recently from 35e2dec to 4a6bd15 Compare November 21, 2024 21:51
@renovate renovate Bot force-pushed the renovate/major-all-major-and-minor-dependencies branch from 4a6bd15 to 2b00108 Compare December 19, 2024 15:34
@renovate renovate Bot force-pushed the renovate/major-all-major-and-minor-dependencies branch from 2b00108 to 4d6db4e Compare January 23, 2025 13:51
@renovate renovate Bot force-pushed the renovate/major-all-major-and-minor-dependencies branch from 4d6db4e to 5278a47 Compare January 31, 2025 05:23
@renovate renovate Bot force-pushed the renovate/major-all-major-and-minor-dependencies branch from 5278a47 to 32390ce Compare February 20, 2025 19:15
@renovate renovate Bot force-pushed the renovate/major-all-major-and-minor-dependencies branch from 32390ce to 4968e22 Compare March 21, 2025 07:08
@renovate renovate Bot force-pushed the renovate/major-all-major-and-minor-dependencies branch 2 times, most recently from 4b8e8e7 to 837c8a2 Compare April 24, 2025 20:11
@renovate renovate Bot force-pushed the renovate/major-all-major-and-minor-dependencies branch 2 times, most recently from 177f56a to 0940192 Compare May 22, 2025 23:06
@renovate renovate Bot force-pushed the renovate/major-all-major-and-minor-dependencies branch 3 times, most recently from c750cee to 8011303 Compare June 20, 2025 12:11
@renovate renovate Bot force-pushed the renovate/major-all-major-and-minor-dependencies branch from 8011303 to bef5631 Compare July 24, 2025 12:13
@renovate renovate Bot force-pushed the renovate/major-all-major-and-minor-dependencies branch 2 times, most recently from 21fb753 to 529d233 Compare August 11, 2025 13:40
@renovate renovate Bot force-pushed the renovate/major-all-major-and-minor-dependencies branch 2 times, most recently from 878f500 to 619a266 Compare August 21, 2025 17:44
@renovate renovate Bot force-pushed the renovate/major-all-major-and-minor-dependencies branch from 619a266 to 868c038 Compare August 31, 2025 10:41
@renovate renovate Bot force-pushed the renovate/major-all-major-and-minor-dependencies branch from 868c038 to bfaacea Compare September 12, 2025 03:09
@renovate renovate Bot force-pushed the renovate/major-all-major-and-minor-dependencies branch from bfaacea to bdc4af6 Compare September 18, 2025 14:00
@renovate renovate Bot force-pushed the renovate/major-all-major-and-minor-dependencies branch from bdc4af6 to 747b345 Compare September 25, 2025 22:42
@renovate renovate Bot force-pushed the renovate/major-all-major-and-minor-dependencies branch from 747b345 to f481df2 Compare October 23, 2025 17:55
@renovate renovate Bot force-pushed the renovate/major-all-major-and-minor-dependencies branch from f481df2 to 76f44c4 Compare November 8, 2025 22:45
@renovate renovate Bot force-pushed the renovate/major-all-major-and-minor-dependencies branch 2 times, most recently from 886d526 to d201ef8 Compare November 20, 2025 22:11
@renovate renovate Bot force-pushed the renovate/major-all-major-and-minor-dependencies branch from d201ef8 to a49a9f6 Compare December 18, 2025 18:04
@renovate renovate Bot force-pushed the renovate/major-all-major-and-minor-dependencies branch from a49a9f6 to c5ae030 Compare January 22, 2026 17:56
@renovate renovate Bot force-pushed the renovate/major-all-major-and-minor-dependencies branch from c5ae030 to 5e93fcc Compare February 6, 2026 04:29
@renovate renovate Bot force-pushed the renovate/major-all-major-and-minor-dependencies branch from 5e93fcc to e2ef4d7 Compare February 19, 2026 18:36
@renovate renovate Bot force-pushed the renovate/major-all-major-and-minor-dependencies branch 2 times, most recently from 09b2db9 to 8862a5d Compare March 26, 2026 13:38
@renovate renovate Bot force-pushed the renovate/major-all-major-and-minor-dependencies branch from 8862a5d to 8313a32 Compare March 26, 2026 18:38
@renovate renovate Bot force-pushed the renovate/major-all-major-and-minor-dependencies branch from 8313a32 to 28d674f Compare April 23, 2026 15:43
@renovate renovate Bot force-pushed the renovate/major-all-major-and-minor-dependencies branch from 28d674f to 2336dae Compare May 1, 2026 14:24
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