Skip to content

Update all dependencies (major) - #36

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

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-all

Conversation

@renovate

@renovate renovate Bot commented Sep 4, 2023

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 v3v7 age confidence
actions/setup-java action major v3v6 age confidence
actions/upload-artifact action major v3v7 age confidence
gradle (source) major 8.1.19.7.1 age confidence
gradle/gradle-build-action action major v2v3 age confidence
peaceiris/actions-gh-pages action major v3v4 age confidence
com.diffplug.spotless plugin major 6.19.08.10.2 age confidence
io.kotest.extensions:kotest-assertions-arrow dependencies major 1.3.32.0.0 age confidence
io.kotest.multiplatform plugin major 5.6.26.0.0-LOCAL age confidence
io.kotest:kotest-runner-junit5 dependencies major 5.6.26.2.5 age confidence
io.kotest:kotest-property dependencies major 5.6.26.2.5 age confidence
io.kotest:kotest-framework-engine dependencies major 5.6.26.2.5 age confidence
io.kotest:kotest-assertions-core dependencies major 5.6.26.2.5 age confidence
org.jetbrains.dokka plugin major 1.8.202.2.0 age confidence
io.arrow-kt:arrow-core (source) dependencies major 1.2.0-RC2.2.3 age confidence
org.jetbrains.kotlin.jvm (source) plugin major 1.8.222.4.20 age confidence
org.jetbrains.kotlin.multiplatform (source) plugin major 1.8.222.4.20 age confidence

Release Notes

actions/checkout (actions/checkout)

v7.0.1

Compare Source

v7.0.0

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

v5.1.0

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

v4.4.0

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

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

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

v6.0.1

Compare Source

v6.0.0

Compare Source

v5.7.0

Compare Source

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

v4.9.1

Compare Source

Adds a deprecation warning for setup-java v4.

v4.9.0

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

Important

✂ PR body was truncated to here.


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 is behind base branch, 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 changed the title Update actions/checkout action to v4 Update actions/checkout action to v4 - autoclosed Oct 17, 2023
@renovate renovate Bot closed this Oct 17, 2023
@renovate
renovate Bot deleted the renovate/major-all branch October 17, 2023 17:38
@renovate renovate Bot changed the title Update actions/checkout action to v4 - autoclosed Update actions/checkout action to v4 Oct 19, 2023
@renovate renovate Bot reopened this Oct 19, 2023
@renovate
renovate Bot restored the renovate/major-all branch October 19, 2023 13:22
@renovate
renovate Bot force-pushed the renovate/major-all branch from 9b4e163 to e8667ca Compare October 19, 2023 13:22
@renovate renovate Bot changed the title Update actions/checkout action to v4 Update all dependencies to v4 (major) Nov 29, 2023
@renovate
renovate Bot force-pushed the renovate/major-all branch from e8667ca to 0623443 Compare November 29, 2023 18:10
@renovate
renovate Bot force-pushed the renovate/major-all branch from 0623443 to ecadf33 Compare December 14, 2023 18:14
@renovate
renovate Bot force-pushed the renovate/major-all branch from ecadf33 to 3f75040 Compare January 26, 2024 23:31
@renovate renovate Bot changed the title Update all dependencies to v4 (major) Update all dependencies (major) Jan 26, 2024
@renovate
renovate Bot force-pushed the renovate/major-all branch from 3f75040 to 1ea420e Compare April 8, 2024 17:20
@renovate
renovate Bot force-pushed the renovate/major-all branch from 1ea420e to 12a6107 Compare May 21, 2024 21:19
@renovate
renovate Bot force-pushed the renovate/major-all branch from 12a6107 to b792b87 Compare August 6, 2024 10:46
@renovate
renovate Bot force-pushed the renovate/major-all branch from b792b87 to 48d8806 Compare August 22, 2024 09:52
@renovate
renovate Bot force-pushed the renovate/major-all branch from 48d8806 to 144b4f9 Compare October 2, 2024 03:37
@renovate
renovate Bot force-pushed the renovate/major-all branch from 144b4f9 to 5cfd442 Compare October 10, 2024 11:18
@renovate
renovate Bot force-pushed the renovate/major-all branch from 5cfd442 to 1b9f3d5 Compare November 27, 2024 15:33
@renovate
renovate Bot force-pushed the renovate/major-all branch from 1b9f3d5 to 822f4f2 Compare December 5, 2024 18:01
@renovate
renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from d887557 to 2fa22c0 Compare December 23, 2024 14:40
@renovate
renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 7c185cb to d9aef21 Compare January 7, 2025 17:35
@renovate
renovate Bot force-pushed the renovate/major-all branch from d9aef21 to 1f30920 Compare January 15, 2025 00:26
@renovate
renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 4bd6ee8 to 2f0e33d Compare January 27, 2025 11:11
@renovate
renovate Bot force-pushed the renovate/major-all branch from 2f0e33d to 2ae6411 Compare March 20, 2025 08:49
@renovate
renovate Bot force-pushed the renovate/major-all branch from 2ae6411 to 9d632c5 Compare April 8, 2025 01:05
@renovate
renovate Bot force-pushed the renovate/major-all branch from 9d632c5 to cdce385 Compare April 21, 2025 16:58
@renovate
renovate Bot force-pushed the renovate/major-all branch 3 times, most recently from 305f97e to 544cb44 Compare August 25, 2025 07:05
@renovate
renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 4e2267f to 5661e23 Compare September 7, 2025 22:40
@renovate
renovate Bot force-pushed the renovate/major-all branch from 5661e23 to 7663d08 Compare September 10, 2025 11:31
@renovate
renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from c53dd97 to a1d31d4 Compare September 24, 2025 19:00
@renovate
renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from f0e4a89 to b676dfd Compare October 15, 2025 11:35
@renovate
renovate Bot force-pushed the renovate/major-all branch 3 times, most recently from 189e38f to c25ab84 Compare October 29, 2025 20:37
@renovate
renovate Bot force-pushed the renovate/major-all branch from c25ab84 to 4658b29 Compare November 1, 2025 19:15
@renovate
renovate Bot force-pushed the renovate/major-all branch 3 times, most recently from 6249f28 to d114aad Compare November 20, 2025 18:51
@renovate
renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 1c445e4 to 7df83c8 Compare December 1, 2025 11:48
@renovate
renovate Bot force-pushed the renovate/major-all branch 3 times, most recently from ae0e81a to d582c45 Compare December 17, 2025 16:55
@renovate
renovate Bot force-pushed the renovate/major-all branch 4 times, most recently from 93c6d4d to b72dce2 Compare December 31, 2025 23:11
@renovate
renovate Bot force-pushed the renovate/major-all branch 3 times, most recently from fce6216 to f3e927a Compare January 20, 2026 02:28
| datasource     | package                                                                             | from     | to          |
| -------------- | ----------------------------------------------------------------------------------- | -------- | ----------- |
| github-tags    | actions/checkout                                                                    | v3.7.0   | v7.0.1      |
| github-tags    | actions/setup-java                                                                  | v3.14.2  | v6.0.1      |
| github-tags    | actions/upload-artifact                                                             | v3.2.2   | v7.0.1      |
| gradle-version | gradle                                                                              | 8.1.1    | 9.7.1       |
| github-tags    | gradle/gradle-build-action                                                          | v2.12.0  | v3.5.0      |
| github-tags    | peaceiris/actions-gh-pages                                                          | v3.9.3   | v4.1.0      |
| maven          | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin                           | 6.19.0   | 8.10.2      |
| maven          | io.kotest.extensions:kotest-assertions-arrow                                        | 1.3.3    | 2.0.0       |
| maven          | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin                       | 5.6.2    | 6.0.0-LOCAL |
| maven          | io.kotest:kotest-runner-junit5                                                      | 5.6.2    | 6.2.5       |
| maven          | io.kotest:kotest-property                                                           | 5.6.2    | 6.2.5       |
| maven          | io.kotest:kotest-framework-engine                                                   | 5.6.2    | 6.2.5       |
| maven          | io.kotest:kotest-assertions-core                                                    | 5.6.2    | 6.2.5       |
| maven          | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin                               | 1.8.20   | 2.2.0       |
| maven          | io.arrow-kt:arrow-core                                                              | 1.2.0-RC | 2.2.3       |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin                     | 1.8.22   | 2.4.20      |
| maven          | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.8.22   | 2.4.20      |
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