Skip to content

Update all dependencies (major)#63

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 5, 2023

ℹ️ 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 v3v6 age confidence
actions/setup-java action major v3v5 age confidence
actions/upload-artifact action major v3v7 age confidence
font-awesome (source) major 4.7.07.0.1 age confidence
gradle (source) major 8.1.19.5.0 age confidence
gradle/gradle-build-action action major v2v3 age confidence
macos github-runner major 1115 age confidence
stefanzweifel/git-auto-commit-action action major v4v7 age confidence
com.google.devtools.ksp:symbol-processing (source) dependencies major 1.8.21-1.0.112.3.7 age confidence
com.google.devtools.ksp:symbol-processing-api (source) dependencies major 1.8.21-1.0.112.3.7 age confidence
org.sosy-lab:java-smt dependencies major 3.14.36.0.0 age confidence
org.jetbrains.kotlin.multiplatform (source) plugin major 1.8.212.3.21 age confidence
org.jetbrains.kotlin.jvm (source) plugin major 1.8.212.3.21 age confidence
org.junit.platform:junit-platform-launcher (source) dependencies major 1.9.26.0.3 age confidence
org.junit.jupiter:junit-jupiter-engine (source) dependencies major 5.9.26.0.3 age confidence
org.junit.jupiter:junit-jupiter (source) dependencies major 5.9.26.0.3 age confidence
org.jetbrains.dokka plugin major 1.8.102.2.0 age confidence
io.arrow-kt:arrow-optics (source) dependencies major 1.2.0-RC2.2.2.1 age confidence
io.arrow-kt:arrow-core (source) dependencies major 1.2.0-RC2.2.2.1 age confidence
io.arrow-kt:arrow-annotations (source) dependencies major 1.2.0-RC2.2.2.1 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

v4.0.0

Compare Source

v4

Compare Source

v3.6.0

Compare Source

v3.5.3

Compare Source

v3.5.2

Compare Source

v3.5.1

Compare Source

v3.5.0

Compare Source

v3.4.0

Compare Source

v3.3.0

Compare Source

v3.2.0

Compare Source

v3.1.0

Compare Source

v3.0.2

Compare Source

v3.0.1

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

v4.0.0

Compare Source

What's Changed

In the scope of this release, the version of the Node.js runtime was updated to 20. The majority of dependencies were updated to the latest versions. From now on, the code for the setup-java will run on Node.js 20 instead of Node.js 16.

Breaking changes

Non-breaking changes

New Contributors

Full Changelog: actions/setup-java@v3...v4.0.0

v4

Compare Source

v3.14.1

Compare Source

What's Changed

Full Changelog: actions/setup-java@v3...v3.14.1

v3.14.0

Compare Source

What's Changed

  • Upgrade @​action/cache to 4.0.3 by @​aparnajyothi-y in #​790.
    In scope of this release we updated actions/cache package to ensure continued support and compatibility, as older versions of the package are now deprecated. For more information please refer to the toolkit/cache.

Full Changelog: actions/setup-java@v3...v3.14.0

v3.13.0

Compare Source

What's changed

In the scope of this release, support for Dragonwell JDK was added by @​Accelerator1996 in #​532

steps:
 - name: Checkout
   uses: actions/checkout@v3
 - name: Setup-java
   uses: actions/setup-java@v3
   with:
     distribution: 'dragonwell'
     java-version: '17'

Several inaccuracies were also fixed:

New Contributors

Full Changelog: actions/setup-java@v3...v3.13.0

v3.12.0

Compare Source

In scope of this release the following changes were made:

Bug fixes:

Feature implementations:

Resolving dependencies issues:

Infrastructure updates:

Documentation changes:

New Contributors

Full Changelog: actions/setup-java@v3...v3.12.0

v3.11.0

Compare Source

In scope of this release we added support for IBM Semeru (OpenJ9) JDK (#​289).

steps:
 - name: Checkout
   uses: actions/checkout@v3
 - name: Setup-java
   uses: actions/setup-java@v3
   with:
     distribution: semeru
     java-version: 17
Supported distributions

Currently, the following distributions are supported:

Keyword Distribution Official site License
temurin Eclipse Temurin Link Link
zulu Azul Zulu OpenJDK

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 2d8820b to c3488f4 Compare June 7, 2023 21:42
@renovate renovate Bot force-pushed the renovate/major-all branch from c3488f4 to b58e508 Compare August 9, 2023 13:35
@renovate renovate Bot changed the title Update dependency org.sosy-lab:java-smt to v4 Update all dependencies (major) Aug 9, 2023
@renovate renovate Bot force-pushed the renovate/major-all branch from b58e508 to cc8e3e1 Compare August 27, 2023 21:34
@renovate renovate Bot force-pushed the renovate/major-all branch from cc8e3e1 to 60032cd Compare September 4, 2023 14:21
@renovate renovate Bot force-pushed the renovate/major-all branch from 60032cd to 2d62d00 Compare October 6, 2023 19:19
@renovate renovate Bot force-pushed the renovate/major-all branch from 2d62d00 to 6b5f598 Compare November 11, 2023 01:42
@renovate renovate Bot force-pushed the renovate/major-all branch from 6b5f598 to 37eae82 Compare November 29, 2023 18:00
@renovate renovate Bot force-pushed the renovate/major-all branch from 37eae82 to 46f11af Compare December 14, 2023 20:44
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from ccf7461 to 52786d9 Compare January 26, 2024 20:28
@renovate renovate Bot force-pushed the renovate/major-all branch from 52786d9 to c145c2b Compare February 17, 2024 16:58
@renovate renovate Bot force-pushed the renovate/major-all branch from c145c2b to e3976a3 Compare April 3, 2024 07:34
@renovate renovate Bot force-pushed the renovate/major-all branch from e3976a3 to a33ab63 Compare April 21, 2024 09:17
@renovate renovate Bot force-pushed the renovate/major-all branch from a33ab63 to 66c8760 Compare May 22, 2024 02:38
@renovate renovate Bot force-pushed the renovate/major-all branch from 66c8760 to e1aadfd Compare June 6, 2024 01:28
@renovate renovate Bot force-pushed the renovate/major-all branch from e1aadfd to ad6460e Compare June 30, 2024 09:34
@renovate renovate Bot force-pushed the renovate/major-all branch 3 times, most recently from 40d1852 to f8379c0 Compare July 14, 2024 08:39
@renovate renovate Bot force-pushed the renovate/major-all branch from f8379c0 to 3861e53 Compare July 16, 2024 20:28
@renovate renovate Bot force-pushed the renovate/major-all branch from 3861e53 to 3f2a12b Compare July 30, 2024 00:28
@renovate renovate Bot force-pushed the renovate/major-all branch 3 times, most recently from 11e4664 to d94fe98 Compare August 7, 2024 16:33
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from eb37c56 to 0314370 Compare August 22, 2024 22:27
@renovate renovate Bot force-pushed the renovate/major-all branch from 0314370 to ca537da Compare September 5, 2024 21:45
@renovate renovate Bot force-pushed the renovate/major-all branch from ca537da to 1dc3f3c Compare September 14, 2024 12:59
@renovate renovate Bot force-pushed the renovate/major-all branch from 1dc3f3c to 7236600 Compare October 10, 2024 14:55
@renovate renovate Bot force-pushed the renovate/major-all branch 5 times, most recently from 9b7c2a1 to 631eb11 Compare January 28, 2025 22:42
@renovate renovate Bot force-pushed the renovate/major-all branch from 631eb11 to 1eaefe6 Compare February 14, 2025 04:37
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 419b197 to f3bcb20 Compare February 27, 2025 20:54
@renovate renovate Bot force-pushed the renovate/major-all branch 3 times, most recently from d592621 to fd3bb29 Compare March 26, 2025 17:58
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 35ce431 to c5dff8a Compare April 12, 2025 13:02
@renovate renovate Bot force-pushed the renovate/major-all branch from c5dff8a to b1f99bd Compare April 21, 2025 12:50
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 4e85b12 to a6049b6 Compare May 1, 2025 00:23
@renovate renovate Bot force-pushed the renovate/major-all branch 3 times, most recently from 62835fe to 24e1cf6 Compare May 16, 2025 14:01
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 2f96d45 to 7edb0eb Compare June 11, 2025 00:30
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from acafb35 to a428bf5 Compare June 26, 2025 00:56
@renovate renovate Bot force-pushed the renovate/major-all branch from a428bf5 to 2baf4b2 Compare July 22, 2025 21:49
@renovate renovate Bot force-pushed the renovate/major-all branch from 2baf4b2 to d06cbb5 Compare July 31, 2025 20:10
@renovate renovate Bot force-pushed the renovate/major-all branch 3 times, most recently from d2b20c2 to 664b610 Compare August 15, 2025 03:38
@renovate renovate Bot force-pushed the renovate/major-all branch from 664b610 to 5489bcc Compare August 21, 2025 08:47
| datasource     | package                                                                             | from          | to      |
| -------------- | ----------------------------------------------------------------------------------- | ------------- | ------- |
| github-tags    | actions/checkout                                                                    | v3            | v6.0.2  |
| github-tags    | actions/setup-java                                                                  | v3            | v5.2.0  |
| github-tags    | actions/upload-artifact                                                             | v3            | v7.0.1  |
| cdnjs          | font-awesome/css/font-awesome.css                                                   | 4.7.0         | 7.0.1   |
| gradle-version | gradle                                                                              | 8.1.1         | 9.5.0   |
| github-tags    | gradle/gradle-build-action                                                          | v2            | v3.5.0  |
| github-runners | macos                                                                               | 11            | 15      |
| github-tags    | stefanzweifel/git-auto-commit-action                                                | v4            | v7.1.0  |
| maven          | com.google.devtools.ksp:symbol-processing                                           | 1.8.21-1.0.11 | 2.3.7   |
| maven          | com.google.devtools.ksp:symbol-processing-api                                       | 1.8.21-1.0.11 | 2.3.7   |
| maven          | org.sosy-lab:java-smt                                                               | 3.14.3        | 6.0.0   |
| maven          | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.8.21        | 2.3.21  |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin                     | 1.8.21        | 2.3.21  |
| maven          | org.junit.platform:junit-platform-launcher                                          | 1.9.2         | 6.0.3   |
| maven          | org.junit.jupiter:junit-jupiter-engine                                              | 5.9.2         | 6.0.3   |
| maven          | org.junit.jupiter:junit-jupiter                                                     | 5.9.2         | 6.0.3   |
| maven          | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin                               | 1.8.10        | 2.2.0   |
| maven          | io.arrow-kt:arrow-optics                                                            | 1.2.0-RC      | 2.2.2.1 |
| maven          | io.arrow-kt:arrow-core                                                              | 1.2.0-RC      | 2.2.2.1 |
| maven          | io.arrow-kt:arrow-annotations                                                       | 1.2.0-RC      | 2.2.2.1 |
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