actions/cache
### [`v3.3.1`](https://togithub.com/actions/cache/releases/tag/v3.3.1)
[Compare Source](https://togithub.com/actions/cache/compare/v3.3.0...v3.3.1)
##### What's Changed
- Reduced download segment size to 128 MB and timeout to 10 minutes by [@kotewar](https://togithub.com/kotewar) in [https://github.com/actions/cache/pull/1129](https://togithub.com/actions/cache/pull/1129)
**Full Changelog**: https://github.com/actions/cache/compare/v3...v3.3.1
actions/checkout
### [`v3.5.0`](https://togithub.com/actions/checkout/releases/tag/v3.5.0)
[Compare Source](https://togithub.com/actions/checkout/compare/v3.4.0...v3.5.0)
##### What's Changed
- Add new public key for known_hosts by [@cdb](https://togithub.com/cdb) in [https://github.com/actions/checkout/pull/1237](https://togithub.com/actions/checkout/pull/1237)
##### New Contributors
- [@cdb](https://togithub.com/cdb) made their first contribution in [https://github.com/actions/checkout/pull/1237](https://togithub.com/actions/checkout/pull/1237)
**Full Changelog**: https://github.com/actions/checkout/compare/v3.4.0...v3.5.0
### [`v3.4.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v340)
[Compare Source](https://togithub.com/actions/checkout/compare/v3.3.0...v3.4.0)
- [Upgrade codeql actions to v2](https://togithub.com/actions/checkout/pull/1209)
- [Upgrade dependencies](https://togithub.com/actions/checkout/pull/1210)
- [Upgrade @actions/io](https://togithub.com/actions/checkout/pull/1225)
actions/setup-java
### [`v3.11.0`](https://togithub.com/actions/setup-java/releases/tag/v3.11.0)
[Compare Source](https://togithub.com/actions/setup-java/compare/v3.10.0...v3.11.0)
In scope of this release we added support for IBM Semeru (OpenJ9) JDK ([https://github.com/actions/setup-java/pull/289](https://togithub.com/actions/setup-java/pull/289)).
```yaml
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](https://adoptium.net/) | [Link](https://adoptium.net/about.html)
| `zulu` | Azul Zulu OpenJDK | [Link](https://www.azul.com/downloads/zulu-community/?package=jdk) | [Link](https://www.azul.com/products/zulu-and-zulu-enterprise/zulu-terms-of-use/) |
| `adopt` or `adopt-hotspot` | AdoptOpenJDK Hotspot | [Link](https://adoptopenjdk.net/) | [Link](https://adoptopenjdk.net/about.html) |
| `adopt-openj9` | AdoptOpenJDK OpenJ9 | [Link](https://adoptopenjdk.net/) | [Link](https://adoptopenjdk.net/about.html) |
| `liberica` | Liberica JDK | [Link](https://bell-sw.com/) | [Link](https://bell-sw.com/liberica_eula/) |
| `microsoft` | Microsoft Build of OpenJDK | [Link](https://www.microsoft.com/openjdk) | [Link](https://docs.microsoft.com/java/openjdk/faq)
| `corretto` | Amazon Corretto Build of OpenJDK | [Link](https://aws.amazon.com/corretto/) | [Link](https://aws.amazon.com/corretto/faqs/)
| `semeru` | IBM Semeru Runtime Open Edition | [Link](https://developer.ibm.com/languages/java/semeru-runtimes/downloads/) | [Link](https://openjdk.java.net/legal/gplv2+ce.html) |
| `oracle` | Oracle JDK | [Link](https://www.oracle.com/java/technologies/downloads/) | [Link](https://java.com/freeuselicense)
Bastian/bStats-Metrics
### [`v3.0.2`](https://togithub.com/Bastian/bstats-metrics/releases/tag/v3.0.2): Release 3.0.2
Version 3.0.2
KyoriPowered/adventure
### [`v4.13.0`](https://togithub.com/KyoriPowered/adventure/releases/tag/v4.13.0): π Adventure 4.13.0
Adventure 4.13.0 is a feature release with several QOL enhancements, support for new 1.19.4 chat component features, and some bug fixes. Happy developing!
#### Additions β¨
- Finish adding MM tags for all Vanilla component types by [@zml2008](https://togithub.com/zml2008) in [https://github.com/KyoriPowered/adventure/pull/843](https://togithub.com/KyoriPowered/adventure/pull/843)
- text-minimessage: Add a shortcut for styling tags by [@JOO200](https://togithub.com/JOO200) in [https://github.com/KyoriPowered/adventure/pull/858](https://togithub.com/KyoriPowered/adventure/pull/858)
- text-minimessage: Add a TagResolver for boolean values by [@JOO200](https://togithub.com/JOO200) in [https://github.com/KyoriPowered/adventure/pull/857](https://togithub.com/KyoriPowered/adventure/pull/857)
- feat(api): allow Translators to create their own Components by [@qixils](https://togithub.com/qixils) in [https://github.com/KyoriPowered/adventure/pull/871](https://togithub.com/KyoriPowered/adventure/pull/871)
- feat(api): Add emulated callback click event by [@zml2008](https://togithub.com/zml2008) in [https://github.com/KyoriPowered/adventure/pull/860](https://togithub.com/KyoriPowered/adventure/pull/860)
- feat(api): add support for translatable component fallbacks ([#863](https://togithub.com/KyoriPowered/adventure/issues/863)) by [@NoahvdAa](https://togithub.com/NoahvdAa) in [https://github.com/KyoriPowered/adventure/pull/868](https://togithub.com/KyoriPowered/adventure/pull/868)
#### Fixes π
- bug(api): workaround which fixes [#849](https://togithub.com/KyoriPowered/adventure/issues/849) by [@kashike](https://togithub.com/kashike) in [https://github.com/KyoriPowered/adventure/pull/861](https://togithub.com/KyoriPowered/adventure/pull/861)
- Make DecorationMap$KeySet and $Values follow Collection::toArray() contract by [@emilyy-dev](https://togithub.com/emilyy-dev) in [https://github.com/KyoriPowered/adventure/pull/862](https://togithub.com/KyoriPowered/adventure/pull/862)
- fix(serializer-gson): Ignore empty hover event values by [@zml2008](https://togithub.com/zml2008) in [https://github.com/KyoriPowered/adventure/pull/859](https://togithub.com/KyoriPowered/adventure/pull/859)
- change minimessage rainbow tag colors by [@MrKinau](https://togithub.com/MrKinau) in [https://github.com/KyoriPowered/adventure/pull/882](https://togithub.com/KyoriPowered/adventure/pull/882)
- bug(minimessage): respect requests to include stacktraces by [@kashike](https://togithub.com/kashike) in https://github.com/KyoriPowered/adventure/commit/42ea3df1942644a3a3b70c467c0035de63eb511c
#### New Contributors
- [@neziw](https://togithub.com/neziw) made their first contribution in [https://github.com/KyoriPowered/adventure/pull/870](https://togithub.com/KyoriPowered/adventure/pull/870)
- [@MrKinau](https://togithub.com/MrKinau) made their first contribution in [https://github.com/KyoriPowered/adventure/pull/882](https://togithub.com/KyoriPowered/adventure/pull/882)
**Full Changelog**: https://github.com/KyoriPowered/adventure/compare/v4.12.0...v4.13.0
KyoriPowered/adventure-platform
### [`v4.3.0`](https://togithub.com/KyoriPowered/adventure-platform/releases/tag/v4.3.0)
This release adds full support for 1.19.4 on the Bukkit platform (though most functionality should work even on 4.2.0).
##### What's Changed
- fix: 1.19.4 bound chat types by [@Machine-Maker](https://togithub.com/Machine-Maker) in [https://github.com/KyoriPowered/adventure-platform/pull/128](https://togithub.com/KyoriPowered/adventure-platform/pull/128)
##### New Contributors
- [@neziw](https://togithub.com/neziw) made their first contribution in [https://github.com/KyoriPowered/adventure-platform/pull/124](https://togithub.com/KyoriPowered/adventure-platform/pull/124)
**Full Changelog**: https://github.com/KyoriPowered/adventure-platform/compare/v4.2.0...v4.3.0
Configuration
π Schedule: 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 has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
v3.3.0
->v3.3.1
v3.3.0
->v3.5.0
v3.10.0
->v3.11.0
3.0.1
->3.0.2
4.12.0
->4.13.0
4.2.0
->4.3.0
10.8.1
->10.9.3
8.1.0
->8.1.1
Release Notes
actions/cache
### [`v3.3.1`](https://togithub.com/actions/cache/releases/tag/v3.3.1) [Compare Source](https://togithub.com/actions/cache/compare/v3.3.0...v3.3.1) ##### What's Changed - Reduced download segment size to 128 MB and timeout to 10 minutes by [@kotewar](https://togithub.com/kotewar) in [https://github.com/actions/cache/pull/1129](https://togithub.com/actions/cache/pull/1129) **Full Changelog**: https://github.com/actions/cache/compare/v3...v3.3.1actions/checkout
### [`v3.5.0`](https://togithub.com/actions/checkout/releases/tag/v3.5.0) [Compare Source](https://togithub.com/actions/checkout/compare/v3.4.0...v3.5.0) ##### What's Changed - Add new public key for known_hosts by [@cdb](https://togithub.com/cdb) in [https://github.com/actions/checkout/pull/1237](https://togithub.com/actions/checkout/pull/1237) ##### New Contributors - [@cdb](https://togithub.com/cdb) made their first contribution in [https://github.com/actions/checkout/pull/1237](https://togithub.com/actions/checkout/pull/1237) **Full Changelog**: https://github.com/actions/checkout/compare/v3.4.0...v3.5.0 ### [`v3.4.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v340) [Compare Source](https://togithub.com/actions/checkout/compare/v3.3.0...v3.4.0) - [Upgrade codeql actions to v2](https://togithub.com/actions/checkout/pull/1209) - [Upgrade dependencies](https://togithub.com/actions/checkout/pull/1210) - [Upgrade @actions/io](https://togithub.com/actions/checkout/pull/1225)actions/setup-java
### [`v3.11.0`](https://togithub.com/actions/setup-java/releases/tag/v3.11.0) [Compare Source](https://togithub.com/actions/setup-java/compare/v3.10.0...v3.11.0) In scope of this release we added support for IBM Semeru (OpenJ9) JDK ([https://github.com/actions/setup-java/pull/289](https://togithub.com/actions/setup-java/pull/289)). ```yaml 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](https://adoptium.net/) | [Link](https://adoptium.net/about.html) | `zulu` | Azul Zulu OpenJDK | [Link](https://www.azul.com/downloads/zulu-community/?package=jdk) | [Link](https://www.azul.com/products/zulu-and-zulu-enterprise/zulu-terms-of-use/) | | `adopt` or `adopt-hotspot` | AdoptOpenJDK Hotspot | [Link](https://adoptopenjdk.net/) | [Link](https://adoptopenjdk.net/about.html) | | `adopt-openj9` | AdoptOpenJDK OpenJ9 | [Link](https://adoptopenjdk.net/) | [Link](https://adoptopenjdk.net/about.html) | | `liberica` | Liberica JDK | [Link](https://bell-sw.com/) | [Link](https://bell-sw.com/liberica_eula/) | | `microsoft` | Microsoft Build of OpenJDK | [Link](https://www.microsoft.com/openjdk) | [Link](https://docs.microsoft.com/java/openjdk/faq) | `corretto` | Amazon Corretto Build of OpenJDK | [Link](https://aws.amazon.com/corretto/) | [Link](https://aws.amazon.com/corretto/faqs/) | `semeru` | IBM Semeru Runtime Open Edition | [Link](https://developer.ibm.com/languages/java/semeru-runtimes/downloads/) | [Link](https://openjdk.java.net/legal/gplv2+ce.html) | | `oracle` | Oracle JDK | [Link](https://www.oracle.com/java/technologies/downloads/) | [Link](https://java.com/freeuselicense)Bastian/bStats-Metrics
### [`v3.0.2`](https://togithub.com/Bastian/bstats-metrics/releases/tag/v3.0.2): Release 3.0.2 Version 3.0.2KyoriPowered/adventure
### [`v4.13.0`](https://togithub.com/KyoriPowered/adventure/releases/tag/v4.13.0): π Adventure 4.13.0 Adventure 4.13.0 is a feature release with several QOL enhancements, support for new 1.19.4 chat component features, and some bug fixes. Happy developing! #### Additions β¨ - Finish adding MM tags for all Vanilla component types by [@zml2008](https://togithub.com/zml2008) in [https://github.com/KyoriPowered/adventure/pull/843](https://togithub.com/KyoriPowered/adventure/pull/843) - text-minimessage: Add a shortcut for styling tags by [@JOO200](https://togithub.com/JOO200) in [https://github.com/KyoriPowered/adventure/pull/858](https://togithub.com/KyoriPowered/adventure/pull/858) - text-minimessage: Add a TagResolver for boolean values by [@JOO200](https://togithub.com/JOO200) in [https://github.com/KyoriPowered/adventure/pull/857](https://togithub.com/KyoriPowered/adventure/pull/857) - feat(api): allow Translators to create their own Components by [@qixils](https://togithub.com/qixils) in [https://github.com/KyoriPowered/adventure/pull/871](https://togithub.com/KyoriPowered/adventure/pull/871) - feat(api): Add emulated callback click event by [@zml2008](https://togithub.com/zml2008) in [https://github.com/KyoriPowered/adventure/pull/860](https://togithub.com/KyoriPowered/adventure/pull/860) - feat(api): add support for translatable component fallbacks ([#863](https://togithub.com/KyoriPowered/adventure/issues/863)) by [@NoahvdAa](https://togithub.com/NoahvdAa) in [https://github.com/KyoriPowered/adventure/pull/868](https://togithub.com/KyoriPowered/adventure/pull/868) #### Fixes π - bug(api): workaround which fixes [#849](https://togithub.com/KyoriPowered/adventure/issues/849) by [@kashike](https://togithub.com/kashike) in [https://github.com/KyoriPowered/adventure/pull/861](https://togithub.com/KyoriPowered/adventure/pull/861) - Make DecorationMap$KeySet and $Values follow Collection::toArray() contract by [@emilyy-dev](https://togithub.com/emilyy-dev) in [https://github.com/KyoriPowered/adventure/pull/862](https://togithub.com/KyoriPowered/adventure/pull/862) - fix(serializer-gson): Ignore empty hover event values by [@zml2008](https://togithub.com/zml2008) in [https://github.com/KyoriPowered/adventure/pull/859](https://togithub.com/KyoriPowered/adventure/pull/859) - change minimessage rainbow tag colors by [@MrKinau](https://togithub.com/MrKinau) in [https://github.com/KyoriPowered/adventure/pull/882](https://togithub.com/KyoriPowered/adventure/pull/882) - bug(minimessage): respect requests to include stacktraces by [@kashike](https://togithub.com/kashike) in https://github.com/KyoriPowered/adventure/commit/42ea3df1942644a3a3b70c467c0035de63eb511c #### New Contributors - [@neziw](https://togithub.com/neziw) made their first contribution in [https://github.com/KyoriPowered/adventure/pull/870](https://togithub.com/KyoriPowered/adventure/pull/870) - [@MrKinau](https://togithub.com/MrKinau) made their first contribution in [https://github.com/KyoriPowered/adventure/pull/882](https://togithub.com/KyoriPowered/adventure/pull/882) **Full Changelog**: https://github.com/KyoriPowered/adventure/compare/v4.12.0...v4.13.0KyoriPowered/adventure-platform
### [`v4.3.0`](https://togithub.com/KyoriPowered/adventure-platform/releases/tag/v4.3.0) This release adds full support for 1.19.4 on the Bukkit platform (though most functionality should work even on 4.2.0). ##### What's Changed - fix: 1.19.4 bound chat types by [@Machine-Maker](https://togithub.com/Machine-Maker) in [https://github.com/KyoriPowered/adventure-platform/pull/128](https://togithub.com/KyoriPowered/adventure-platform/pull/128) ##### New Contributors - [@neziw](https://togithub.com/neziw) made their first contribution in [https://github.com/KyoriPowered/adventure-platform/pull/124](https://togithub.com/KyoriPowered/adventure-platform/pull/124) **Full Changelog**: https://github.com/KyoriPowered/adventure-platform/compare/v4.2.0...v4.3.0Configuration
π Schedule: 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.
This PR has been generated by Mend Renovate. View repository job log here.