Skip to content

Update Update other dependencies (major)#388

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-update-other-dependencies
Open

Update Update other dependencies (major)#388
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-update-other-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 3, 2025

ℹ️ 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 v4v6 age confidence
actions/setup-java action major v4v5 age confidence
actions/upload-artifact action major v4v7 age confidence
docker/login-action action major v3v4 age confidence
docker/setup-buildx-action action major v3v4 age confidence
gradle (source) major 8.14.39.4.1 age confidence
gradle/actions action major v4v6 age confidence
com.android.application (source) plugin major 8.13.29.2.0 age confidence

Release Notes

actions/checkout (actions/checkout)

v6.0.2

Compare Source

v6.0.1

Compare Source

v6-beta

Compare Source

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

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

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

actions/upload-artifact (actions/upload-artifact)

v7.0.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v7...v7.0.1

v7.0.0

Compare Source

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

v7

Compare Source

v6

Compare Source

v6.0.0

Compare Source

v5

Compare Source

v5.0.0

Compare Source

v4.6.2

Compare Source

What's Changed

  • Update to use artifact 2.3.2 package & prepare for new upload-artifact release by @​salmanmkc in #​685

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.6.2

v4.6.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.1

v4.6.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.0

v4.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.4.3...v4.5.0

v4.4.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.4.2...v4.4.3

v4.4.2

Compare Source

What's Changed

  • Bump @actions/artifact to 2.1.11 by @​robherley in #​627
    • Includes fix for relative symlinks not resolving properly

Full Changelog: actions/upload-artifact@v4.4.1...v4.4.2

v4.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.4.0...v4.4.1

v4.4.0

Compare Source

Notice: Breaking Changes ⚠️

We will no longer include hidden files and folders by default in the upload-artifact action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option, include-hidden-files, to continue to do so.

See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.

What's Changed

Full Changelog: actions/upload-artifact@v4.3.6...v4.4.0

v4.3.6

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.3.6

v4.3.5

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.4...v4.3.5

v4.3.4

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.3...v4.3.4

v4.3.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.2...v4.3.3

v4.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.3.1...v4.3.2

v4.3.1

Compare Source

v4.3.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.3.0

v4.2.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.2.0

v4.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.1.0

docker/login-action (docker/login-action)

v4.1.0

Compare Source

Full Changelog: docker/login-action@v4.0.0...v4.1.0

v4.0.0

Compare Source


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.

👻 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.

@LordRaydenMK LordRaydenMK enabled auto-merge (squash) July 3, 2025 17:41
@renovate renovate Bot force-pushed the renovate/major-update-other-dependencies branch from 96f8c34 to 468ced0 Compare July 7, 2025 22:38
@renovate renovate Bot force-pushed the renovate/major-update-other-dependencies branch from 468ced0 to 1b7917b Compare July 31, 2025 18:54
@renovate renovate Bot changed the title Update Update other dependencies to v5 (major) Update Update other dependencies (major) Jul 31, 2025
@renovate renovate Bot force-pushed the renovate/major-update-other-dependencies branch 2 times, most recently from 7aa0825 to 47482cf Compare August 18, 2025 05:13
@renovate renovate Bot force-pushed the renovate/major-update-other-dependencies branch 2 times, most recently from c4b4195 to 505c1b8 Compare August 25, 2025 05:33
@renovate renovate Bot force-pushed the renovate/major-update-other-dependencies branch 2 times, most recently from fe25ffa to 10e94a5 Compare September 8, 2025 00:44
@renovate renovate Bot force-pushed the renovate/major-update-other-dependencies branch from 10e94a5 to a0086b4 Compare September 18, 2025 13:59
@renovate renovate Bot force-pushed the renovate/major-update-other-dependencies branch 3 times, most recently from 57161db to ac89a27 Compare October 4, 2025 13:02
@renovate renovate Bot force-pushed the renovate/major-update-other-dependencies branch 3 times, most recently from 78ea2d9 to 9767024 Compare October 15, 2025 09:48
@renovate renovate Bot force-pushed the renovate/major-update-other-dependencies branch 3 times, most recently from 7a11c83 to de9bba6 Compare October 30, 2025 23:58
@renovate renovate Bot force-pushed the renovate/major-update-other-dependencies branch from de9bba6 to 29dced9 Compare November 1, 2025 02:41
@renovate renovate Bot force-pushed the renovate/major-update-other-dependencies branch 5 times, most recently from 39b93db to acf4783 Compare November 20, 2025 18:00
@renovate renovate Bot force-pushed the renovate/major-update-other-dependencies branch 3 times, most recently from 16381cc to 1301092 Compare December 2, 2025 17:23
@renovate renovate Bot force-pushed the renovate/major-update-other-dependencies branch from 1301092 to 0b57ab6 Compare December 12, 2025 20:37
@renovate renovate Bot force-pushed the renovate/major-update-other-dependencies branch from 0b57ab6 to ad9cd7d Compare December 15, 2025 17:44
@renovate renovate Bot force-pushed the renovate/major-update-other-dependencies branch from ad9cd7d to 603d96c Compare December 31, 2025 12:42
@renovate renovate Bot force-pushed the renovate/major-update-other-dependencies branch 2 times, most recently from fc9339d to 126a245 Compare January 16, 2026 13:54
@renovate renovate Bot force-pushed the renovate/major-update-other-dependencies branch 2 times, most recently from a57b68e to 5d9ba97 Compare February 2, 2026 17:04
@renovate renovate Bot force-pushed the renovate/major-update-other-dependencies branch 2 times, most recently from bee88f0 to 60fa566 Compare February 13, 2026 20:46
@renovate renovate Bot force-pushed the renovate/major-update-other-dependencies branch 5 times, most recently from 76a25a8 to c8d9417 Compare March 5, 2026 09:34
@renovate renovate Bot force-pushed the renovate/major-update-other-dependencies branch 2 times, most recently from 008360c to 146e7b5 Compare March 19, 2026 09:55
@renovate renovate Bot force-pushed the renovate/major-update-other-dependencies branch 2 times, most recently from 3589c73 to d098637 Compare March 26, 2026 16:41
@renovate renovate Bot force-pushed the renovate/major-update-other-dependencies branch from d098637 to 4f15252 Compare April 13, 2026 18:00
@renovate renovate Bot force-pushed the renovate/major-update-other-dependencies branch from 4f15252 to 23e5233 Compare April 21, 2026 14:39
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