Skip to content

Update all dependencies (major)#208

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

Update all dependencies (major)#208
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-all

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 21, 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 v4v6 age confidence
actions/setup-java action major v4v5 age confidence
actions/upload-artifact action major v4v7 age confidence
github/codeql-action action major v3v4 age confidence
gradle (source) major 8.149.5.0 age confidence
mcr.microsoft.com/devcontainers/java image major 1-213-21 age confidence
io.arrow-kt:suspendapp-ktor (source) dependencies major 0.5.02.2.2.1 age confidence
io.arrow-kt:suspendapp (source) dependencies major 0.5.02.2.2.1 age confidence
com.diffplug.spotless plugin major 7.0.38.4.0 age confidence
com.github.slugify:slugify dependencies major 3.0.74.0.0 age confidence
io.kotest.multiplatform plugin major 5.9.16.0.0-LOCAL age confidence
io.kotest:kotest-runner-junit5 dependencies major 5.9.16.1.11 age confidence
io.kotest:kotest-property dependencies major 5.9.16.1.11 age confidence
io.kotest:kotest-framework-engine dependencies major 5.9.16.1.11 age confidence
io.kotest:kotest-assertions-core dependencies major 5.9.16.1.11 age confidence
com.zaxxer:HikariCP dependencies major 6.3.07.0.2 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

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

github/codeql-action (github/codeql-action)

v4.35.3

Compare Source

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. #​3837
  • Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. #​3850
  • Best-effort connection tests for private registries now use GET requests instead of HEAD for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. #​3853
  • Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. #​3852
  • Update default CodeQL bundle version to [2.25.3](https://redirect.github.com/github/codeql-action/re

Note

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 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 branch from 20071e2 to 35da91d Compare August 6, 2024 10:15
@renovate renovate Bot force-pushed the renovate/major-all branch from 35da91d to bc1cafa Compare August 22, 2024 12:02
@renovate renovate Bot force-pushed the renovate/major-all branch from bc1cafa to 4b251d3 Compare September 23, 2024 21:02
@renovate renovate Bot changed the title Update all dependencies to v2 (major) Update all dependencies (major) Sep 23, 2024
@renovate renovate Bot force-pushed the renovate/major-all branch from 4b251d3 to e0f8158 Compare October 2, 2024 03:22
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from a6ca029 to db2bf8e Compare October 10, 2024 10:50
@renovate renovate Bot force-pushed the renovate/major-all branch from db2bf8e to a2d7e99 Compare October 29, 2024 21:03
@renovate renovate Bot force-pushed the renovate/major-all branch from a2d7e99 to d92c9b1 Compare November 6, 2024 07:53
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 2dfb310 to df44122 Compare November 18, 2024 18:51
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 1329a9e to 0bff03f Compare December 4, 2024 19:27
@renovate renovate Bot force-pushed the renovate/major-all branch from 0bff03f to f4d98e2 Compare December 5, 2024 17:40
@renovate renovate Bot force-pushed the renovate/major-all branch 3 times, most recently from 66b249c to e25387b Compare December 23, 2024 15:29
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from c26110d to 68d93fa Compare January 7, 2025 20:39
@renovate renovate Bot force-pushed the renovate/major-all branch from 68d93fa to 853aabf Compare January 14, 2025 23:14
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 86f9063 to 775f257 Compare January 28, 2025 09:26
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 045ed1d to 95dcafc Compare February 11, 2025 23:26
@renovate renovate Bot changed the title Update all dependencies (major) Update dependency io.kotest.multiplatform to v6 Feb 17, 2025
@renovate renovate Bot force-pushed the renovate/major-all branch from 95dcafc to 37ee214 Compare February 17, 2025 12:36
@renovate renovate Bot force-pushed the renovate/major-all branch from 37ee214 to 78dd74e Compare March 29, 2025 12:39
@renovate renovate Bot changed the title Update dependency io.kotest.multiplatform to v6 Update all dependencies (major) Apr 21, 2025
@renovate renovate Bot force-pushed the renovate/major-all branch from 78dd74e to 314f94c Compare April 21, 2025 13:55
@renovate renovate Bot force-pushed the renovate/major-all branch from 314f94c to a4ba4a8 Compare April 29, 2025 15:30
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from e08b890 to 9a5f672 Compare September 8, 2025 01:14
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 00d4c17 to 7292cc3 Compare September 24, 2025 17:53
@renovate renovate Bot force-pushed the renovate/major-all branch from 7292cc3 to d8438ef Compare October 7, 2025 19:49
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from e51ed6f to c2de408 Compare October 16, 2025 21:16
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 4571437 to 66e75e0 Compare October 30, 2025 01:07
@renovate renovate Bot force-pushed the renovate/major-all branch from 66e75e0 to 1c6ad1f Compare November 1, 2025 18:15
@renovate renovate Bot force-pushed the renovate/major-all branch 4 times, most recently from d54a487 to 07911db Compare November 20, 2025 18:36
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 8a4c156 to b9e65d0 Compare December 1, 2025 08:42
@renovate renovate Bot force-pushed the renovate/major-all branch 3 times, most recently from 60c6e66 to a166137 Compare December 17, 2025 19:56
@renovate renovate Bot force-pushed the renovate/major-all branch 4 times, most recently from 6aa9639 to fa5ab0f Compare December 31, 2025 20:01
@renovate renovate Bot force-pushed the renovate/major-all branch 5 times, most recently from be9145a to 83c95ee Compare January 22, 2026 21:40
@renovate renovate Bot force-pushed the renovate/major-all branch from 83c95ee to e22f3c3 Compare January 23, 2026 19:28
| datasource     | package                                                       | from  | to          |
| -------------- | ------------------------------------------------------------- | ----- | ----------- |
| github-tags    | actions/checkout                                              | v4    | v6.0.2      |
| github-tags    | actions/setup-java                                            | v4    | v5.2.0      |
| github-tags    | actions/upload-artifact                                       | v4    | v7.0.1      |
| github-tags    | github/codeql-action                                          | v3    | v4.35.2     |
| gradle-version | gradle                                                        | 8.14  | 9.5.0       |
| docker         | mcr.microsoft.com/devcontainers/java                          | 1     | 3           |
| maven          | io.arrow-kt:suspendapp-ktor                                   | 0.5.0 | 2.2.2.1     |
| maven          | io.arrow-kt:suspendapp                                        | 0.5.0 | 2.2.2.1     |
| maven          | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin     | 7.0.3 | 8.4.0       |
| maven          | com.github.slugify:slugify                                    | 3.0.7 | 4.0.0       |
| maven          | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin | 5.9.1 | 6.0.0-LOCAL |
| maven          | io.kotest:kotest-runner-junit5                                | 5.9.1 | 6.1.11      |
| maven          | io.kotest:kotest-property                                     | 5.9.1 | 6.1.11      |
| maven          | io.kotest:kotest-framework-engine                             | 5.9.1 | 6.1.11      |
| maven          | io.kotest:kotest-assertions-core                              | 5.9.1 | 6.1.11      |
| maven          | com.zaxxer:HikariCP                                           | 6.3.0 | 7.0.2       |
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