Skip to content

Update all dependencies (starter)#58

Open
renovate[bot] wants to merge 1 commit into
starterfrom
renovate/starter-all
Open

Update all dependencies (starter)#58
renovate[bot] wants to merge 1 commit into
starterfrom
renovate/starter-all

Conversation

@renovate

@renovate renovate Bot commented Jan 16, 2025

Copy link
Copy Markdown
Contributor

ℹ️ 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 v4v7 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.6.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.19.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.06.01 age confidence
org.jetbrains.kotlin.plugin.compose (source) plugin minor 2.1.02.4.10 age confidence
org.jetbrains.kotlin.android (source) plugin minor 2.1.02.4.10 age confidence
com.android.library (source) plugin major 8.8.09.3.0 age confidence
com.android.application (source) plugin major 8.8.09.3.0 age confidence
androidx.lifecycle:lifecycle-viewmodel-compose (source) dependencies minor 2.8.72.11.0 age confidence
androidx.lifecycle:lifecycle-runtime-ktx (source) dependencies minor 2.8.72.11.0 age confidence
androidx.lifecycle:lifecycle-runtime-compose (source) dependencies minor 2.8.72.11.0 age confidence
androidx.lifecycle:lifecycle-livedata-ktx (source) dependencies minor 2.8.72.11.0 age confidence

Release Notes

actions/checkout (actions/checkout)

v7.0.1

Compare Source

v7.0.0

Compare Source

v7

Compare Source

v6.1.0

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v6

Compare Source

v5.1.0

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

v5

Compare Source

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

v5.6.0

Compare Source

What's Changed

Full Changelog: actions/setup-java@v5...v5.6.0

v5.5.0

Compare Source

v5.4.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-java@v5...v5.4.0

v5.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-java@v5...v5.3.0

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

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 - What's new

[!IMPORTANT]
actions/upload-artifact@​v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

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

v6

Compare Source

v5.0.0

Compare Source

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

Full Changelog: actions/upload-artifact@v4...v5.0.0

v5

Compare Source

android-actions/setup-android (android-actions/setup-android)

v4.0.1

Compare Source

Update npm dependencies

v4.0.0

Compare Source

Hello,

The long awaited update of setup-android.

Incrementing major version to safeguard incase node upgrade or default cmdline-tools upgrade breaks something downstream.

v4

Compare Source

gradle/gradle (gradle)

v9.6.1

Compare Source

v9.6.0

Compare Source

v9.5.1: 9.5.1

Compare Source

The Gradle team is excited to announce Gradle 9.5.1.

Here are the highlights of this release:

  • Task provenance in reports and failure messages
  • Type-safe accessors for precompiled Kotlin Settings plugins

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
atm1020,
mataha,
Adam,
Attila Kelemen,
Benedikt Ritter,
Björn Kautler,
Caro Silva Rode,
CHANHAN,
Dmitry Nezavitin,
Eng Zer Jun,
KugelLibelle,
Madalin Valceleanu,
Markus Gaisbauer,
Oliver Kopp,
Philip Wedemann,
ploober,
Roberto Perez Alcolea,
Rohit Anand,
Suvrat Acharya,
Ujwal Suresh Vanjare,
Victor Merkulov

Upgrade instructions

Switch your build to use Gradle 9.5.1 by updating your wrapper:

./gradlew wrapper --gradle-version=9.5.1 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v9.5.0: 9.5.0

Compare Source

The Gradle team is excited to announce Gradle 9.5.0.

Here are the highlights of this release:

  • Task provenance in reports and failure messages
  • Type-safe accessors for precompiled Kotlin Settings plugins

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
atm1020,
mataha,
Adam,
Attila Kelemen,
Benedikt Ritter,
Björn Kautler,
Caro Silva Rode,
CHANHAN,
Dmitry Nezavitin,
Eng Zer Jun,
KugelLibelle,
Madalin Valceleanu,
Markus Gaisbauer,
Oliver Kopp,
Philip Wedemann,
ploober,
Roberto Perez Alcolea,
Rohit Anand,
Suvrat Acharya,
Ujwal Suresh Vanjare,
Victor Merkulov

Upgrade instructions

Switch your build to use Gradle 9.5.0 by updating your wrapper:

./gradlew wrapper --gradle-version=9.5.0 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v9.4.1: 9.4.1

Compare Source

The Gradle team is excited to announce Gradle 9.4.1.

Here are the highlights of this release:

  • Java 26 support
  • Non-class-based JVM tests
  • Enhanced console progress bar

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
akankshaa-00,
Attila Kelemen,
Björn Kautler,
dblood,
Dennis Rieks,
duvvuvenkataramana,
John Burns,
Julian,
kevinstembridge,
Niels Doucet,
Philip Wedemann,
ploober,
Richard Hernandez,
Roberto Perez Alcolea,
Sebastian Lövdahl,
stephan2405,
Stephane Landelle,
Ujwal Suresh Vanjare,
Victor Merkulov,
Vincent Potuček,
Vladimir Sitnikov.

Upgrade instructions

Switch your build to use Gradle 9.4.1 by updating your wrapper:

./gradlew wrapper --gradle-version=9.4.1 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v9.4.0: 9.4.0

Compare Source

The Gradle team is excited to announce Gradle 9.4.0.

Here are the highlights of this release:

  • Java 26 support
  • Non-class-based JVM tests
  • Enhanced console progress bar

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
akankshaa-00,
Attila Kelemen,
Björn Kautler,
dblood,
Dennis Rieks,
duvvuvenkataramana,
John Burns,
Julian,
kevinstembridge,
Niels Doucet,
Philip Wedemann,
[ploober](https://

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/starter-all branch 3 times, most recently from b492070 to 391d2f4 Compare January 29, 2025 18:26
@renovate
renovate Bot force-pushed the renovate/starter-all branch 2 times, most recently from f10a0e0 to 905d28b Compare February 13, 2025 18:54
@renovate
renovate Bot force-pushed the renovate/starter-all branch 2 times, most recently from adcef09 to 86b1831 Compare February 26, 2025 19:51
@renovate
renovate Bot force-pushed the renovate/starter-all branch from 86b1831 to 1e059e0 Compare March 4, 2025 23:43
@renovate
renovate Bot force-pushed the renovate/starter-all branch 2 times, most recently from c2f5cf2 to 1ac801c Compare March 20, 2025 11:07
@renovate
renovate Bot force-pushed the renovate/starter-all branch 2 times, most recently from ab940a6 to 4cad7fa Compare March 26, 2025 23:28
@renovate
renovate Bot force-pushed the renovate/starter-all branch from 4cad7fa to 1ff6f71 Compare April 9, 2025 22:41
@renovate
renovate Bot force-pushed the renovate/starter-all branch 3 times, most recently from 8804c3e to c3ad0a4 Compare April 25, 2025 13:43
@renovate
renovate Bot force-pushed the renovate/starter-all branch 3 times, most recently from 0426664 to 66f8d6d Compare May 13, 2025 14:44
@renovate
renovate Bot force-pushed the renovate/starter-all branch 2 times, most recently from 60970d9 to 212aeac Compare May 22, 2025 20:17
@renovate
renovate Bot force-pushed the renovate/starter-all branch from 212aeac to b26012b Compare May 28, 2025 18:54
@renovate
renovate Bot force-pushed the renovate/starter-all branch from b26012b to 9c11f18 Compare June 5, 2025 22:44
@renovate
renovate Bot force-pushed the renovate/starter-all branch 4 times, most recently from b0ca836 to c6c451f Compare June 24, 2025 21:11
@renovate
renovate Bot force-pushed the renovate/starter-all branch 2 times, most recently from 6ea15dd to 822c135 Compare July 10, 2025 22:44
@renovate
renovate Bot force-pushed the renovate/starter-all branch from 822c135 to b3b8c0d Compare July 16, 2025 22:09
@renovate
renovate Bot force-pushed the renovate/starter-all branch 2 times, most recently from 11e6a3f to 7f3a76b Compare September 10, 2025 17:50
@renovate
renovate Bot force-pushed the renovate/starter-all branch 2 times, most recently from 0fc0f5d to 7a07c3d Compare September 18, 2025 17:39
@renovate
renovate Bot force-pushed the renovate/starter-all branch from 7a07c3d to 881f8b3 Compare September 24, 2025 18:43
@renovate
renovate Bot force-pushed the renovate/starter-all branch from 881f8b3 to ad8942a Compare October 1, 2025 20:27
@renovate
renovate Bot force-pushed the renovate/starter-all branch from ad8942a to 7b0453c Compare October 8, 2025 21:51
@renovate
renovate Bot force-pushed the renovate/starter-all branch 3 times, most recently from fc0585d to d6642a6 Compare October 24, 2025 22:03
@renovate
renovate Bot force-pushed the renovate/starter-all branch 2 times, most recently from 6ec9b71 to 200ab39 Compare November 5, 2025 19:06
@renovate
renovate Bot force-pushed the renovate/starter-all branch from 200ab39 to eb45ccd Compare November 11, 2025 00:09
@renovate
renovate Bot force-pushed the renovate/starter-all branch 4 times, most recently from fc0a99e to 612589e Compare November 20, 2025 20:29
@renovate
renovate Bot force-pushed the renovate/starter-all branch from 612589e to a4a3125 Compare December 3, 2025 19:00
@renovate
renovate Bot force-pushed the renovate/starter-all branch 4 times, most recently from e0d296b to 9bb8ab1 Compare December 17, 2025 18:45
@renovate
renovate Bot force-pushed the renovate/starter-all branch 3 times, most recently from 52bca2b to 8244b09 Compare January 16, 2026 15:48
@renovate
renovate Bot force-pushed the renovate/starter-all branch 4 times, most recently from e17657f to c576e7f 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