Skip to content

Update all dependencies (intermediate)#59

Open
renovate[bot] wants to merge 1 commit into
intermediatefrom
renovate/intermediate-all
Open

Update all dependencies (intermediate)#59
renovate[bot] wants to merge 1 commit into
intermediatefrom
renovate/intermediate-all

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 17, 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
android-actions/setup-android action major v3v4 age confidence
gradle (source) major 8.129.5.1 age confidence
gradle/actions action major v4v6 age confidence
androidx.work:work-runtime-ktx (source) dependencies minor 2.10.02.11.2 age confidence
androidx.core:core-ktx (source) dependencies minor 1.15.01.18.0 age confidence
androidx.appcompat:appcompat (source) dependencies patch 1.7.01.7.1 age confidence
androidx.activity:activity-ktx (source) dependencies minor 1.9.31.13.0 age confidence
androidx.activity:activity-compose (source) dependencies minor 1.9.31.13.0 age confidence
androidx.compose:compose-bom dependencies major 2024.12.012026.05.00 age confidence
org.jetbrains.kotlin.plugin.compose plugin minor 2.1.02.3.21 age confidence
org.jetbrains.kotlin.android plugin minor 2.1.02.3.21 age confidence
com.android.library (source) plugin major 8.8.09.2.1 age confidence
com.android.application (source) plugin major 8.8.09.2.1 age confidence
androidx.lifecycle:lifecycle-viewmodel-compose (source) dependencies minor 2.8.72.10.0 age confidence
androidx.lifecycle:lifecycle-runtime-ktx (source) dependencies minor 2.8.72.10.0 age confidence
androidx.lifecycle:lifecycle-runtime-compose (source) dependencies minor 2.8.72.10.0 age confidence
androidx.lifecycle:lifecycle-livedata-ktx (source) dependencies minor 2.8.72.10.0 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

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

Compare Source

v6

Compare Source

v5.0.0

Compare Source

v5

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

Wh

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • 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/intermediate-all branch 3 times, most recently from b907ce1 to 3f29d01 Compare January 29, 2025 18:27
@renovate renovate Bot force-pushed the renovate/intermediate-all branch 2 times, most recently from 7dfde3a to 2bce24a Compare February 13, 2025 18:54
@renovate renovate Bot force-pushed the renovate/intermediate-all branch 2 times, most recently from 100863c to cbe79ed Compare February 26, 2025 19:52
@renovate renovate Bot force-pushed the renovate/intermediate-all branch from cbe79ed to 71978f7 Compare March 4, 2025 23:43
@renovate renovate Bot force-pushed the renovate/intermediate-all branch 2 times, most recently from 48efd37 to fca36e9 Compare March 20, 2025 11:07
@renovate renovate Bot force-pushed the renovate/intermediate-all branch 2 times, most recently from 5f16d78 to 38ab900 Compare March 26, 2025 23:28
@renovate renovate Bot force-pushed the renovate/intermediate-all branch from 38ab900 to 219a63f Compare April 9, 2025 22:41
@renovate renovate Bot force-pushed the renovate/intermediate-all branch 3 times, most recently from 2d72aed to 2991fa3 Compare April 25, 2025 13:44
@renovate renovate Bot force-pushed the renovate/intermediate-all branch 3 times, most recently from 23c384a to c0461fe Compare May 13, 2025 14:44
@renovate renovate Bot force-pushed the renovate/intermediate-all branch 2 times, most recently from 5fc02f5 to 4f9a007 Compare May 22, 2025 20:17
@renovate renovate Bot force-pushed the renovate/intermediate-all branch from 4f9a007 to 1e46827 Compare May 28, 2025 18:54
@renovate renovate Bot force-pushed the renovate/intermediate-all branch from 1e46827 to 9a0c7e7 Compare June 5, 2025 22:45
@renovate renovate Bot force-pushed the renovate/intermediate-all branch 4 times, most recently from a77d1aa to e436f19 Compare June 24, 2025 21:11
@renovate renovate Bot force-pushed the renovate/intermediate-all branch 2 times, most recently from dac7816 to 56f8e53 Compare July 10, 2025 22:45
@renovate renovate Bot force-pushed the renovate/intermediate-all branch from 56f8e53 to e188b95 Compare July 16, 2025 22:09
@renovate renovate Bot force-pushed the renovate/intermediate-all branch 2 times, most recently from 9f7175f to c612a4b Compare September 10, 2025 17:50
@renovate renovate Bot force-pushed the renovate/intermediate-all branch 2 times, most recently from 9771bec to bbdc5f5 Compare September 18, 2025 17:40
@renovate renovate Bot force-pushed the renovate/intermediate-all branch from bbdc5f5 to b0da0de Compare September 24, 2025 18:44
@renovate renovate Bot force-pushed the renovate/intermediate-all branch from b0da0de to 2f3ee7a Compare October 1, 2025 20:27
@renovate renovate Bot force-pushed the renovate/intermediate-all branch from 2f3ee7a to db08abf Compare October 8, 2025 21:51
@renovate renovate Bot force-pushed the renovate/intermediate-all branch 3 times, most recently from 47d2508 to deda579 Compare October 24, 2025 22:04
@renovate renovate Bot force-pushed the renovate/intermediate-all branch 2 times, most recently from 45bc030 to e020b43 Compare November 5, 2025 19:06
@renovate renovate Bot force-pushed the renovate/intermediate-all branch from e020b43 to 67491ef Compare November 11, 2025 00:09
@renovate renovate Bot force-pushed the renovate/intermediate-all branch 4 times, most recently from 1b7618e to c294941 Compare November 20, 2025 20:30
@renovate renovate Bot force-pushed the renovate/intermediate-all branch from c294941 to 4ed3831 Compare December 3, 2025 19:00
@renovate renovate Bot force-pushed the renovate/intermediate-all branch 4 times, most recently from d7906e1 to 9b44318 Compare December 17, 2025 18:45
@renovate renovate Bot force-pushed the renovate/intermediate-all branch 3 times, most recently from d35d50f to aadb503 Compare January 16, 2026 15:48
@renovate renovate Bot force-pushed the renovate/intermediate-all branch 4 times, most recently from 8e6d9de to cb2e53c Compare January 30, 2026 02:10
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