b0d331e654
chore(deps): update actions/checkout action to v6 ( #9 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout ) | action | major | `v5.0.1` -> `v6.0.0` |
---
### Release Notes
<details>
<summary>actions/checkout (actions/checkout)</summary>
### [`v6.0.0`](https://github.com/actions/checkout/releases/tag/v6.0.0 )
[Compare Source](https://github.com/actions/checkout/compare/v5.0.1...v6.0.0 )
#### What's Changed
- Update README to include Node.js 24 support details and requirements by [@​salmanmkc](https://github.com/salmanmkc ) in [#​2248](https://github.com/actions/checkout/pull/2248 )
- Persist creds to a separate file by [@​ericsciple](https://github.com/ericsciple ) in [#​2286](https://github.com/actions/checkout/pull/2286 )
- v6-beta by [@​ericsciple](https://github.com/ericsciple ) in [#​2298](https://github.com/actions/checkout/pull/2298 )
- update readme/changelog for v6 by [@​ericsciple](https://github.com/ericsciple ) in [#​2311](https://github.com/actions/checkout/pull/2311 )
**Full Changelog**: <https://github.com/actions/checkout/compare/v5.0.0...v6.0.0 >
</details>
---
### 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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOC4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTguMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->
Reviewed-on: #9
Co-authored-by: renovate[bot] <renovate-bot@git.tainton.uk >
Co-committed-by: renovate[bot] <renovate-bot@git.tainton.uk >
2025-11-20 18:05:59 +00:00
d0f9b9e681
chore(deps): update actions/checkout action to v5.0.1 ( #7 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout ) | action | patch | `v5.0.0` -> `v5.0.1` |
---
### Release Notes
<details>
<summary>actions/checkout (actions/checkout)</summary>
### [`v5.0.1`](https://github.com/actions/checkout/releases/tag/v5.0.1 )
[Compare Source](https://github.com/actions/checkout/compare/v5.0.0...v5.0.1 )
#### What's Changed
- Port v6 cleanup to v5 by [@​ericsciple](https://github.com/ericsciple ) in [#​2301](https://github.com/actions/checkout/pull/2301 )
**Full Changelog**: <https://github.com/actions/checkout/compare/v5...v5.0.1 >
</details>
---
### 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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->
Reviewed-on: #7
Co-authored-by: renovate[bot] <renovate-bot@git.tainton.uk >
Co-committed-by: renovate[bot] <renovate-bot@git.tainton.uk >
2025-11-17 19:21:49 +00:00
ba0a6490d9
feat(deps): Update Renovate config ( #6 )
...
Reviewed-on: #6
2025-10-30 20:16:03 +00:00
baf83b84ad
Update actions/checkout action to v5 ( #5 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout ) | action | major | `v4.2.2` -> `v5.0.0` |
---
### Release Notes
<details>
<summary>actions/checkout (actions/checkout)</summary>
### [`v5.0.0`](https://github.com/actions/checkout/releases/tag/v5.0.0 )
[Compare Source](https://github.com/actions/checkout/compare/v4.3.0...v5.0.0 )
#### What's Changed
- Update actions checkout to use node 24 by [@​salmanmkc](https://github.com/salmanmkc ) in [#​2226](https://github.com/actions/checkout/pull/2226 )
- Prepare v5.0.0 release by [@​salmanmkc](https://github.com/salmanmkc ) in [#​2238](https://github.com/actions/checkout/pull/2238 )
#### ⚠️ Minimum Compatible Runner Version
**v2.327.1**\
[Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1 )
Make sure your runner is updated to this version or newer to use this release.
**Full Changelog**: <https://github.com/actions/checkout/compare/v4...v5.0.0 >
### [`v4.3.0`](https://github.com/actions/checkout/releases/tag/v4.3.0 )
[Compare Source](https://github.com/actions/checkout/compare/v4.2.2...v4.3.0 )
##### What's Changed
- docs: update README.md by [@​motss](https://github.com/motss ) in [#​1971](https://github.com/actions/checkout/pull/1971 )
- Add internal repos for checking out multiple repositories by [@​mouismail](https://github.com/mouismail ) in [#​1977](https://github.com/actions/checkout/pull/1977 )
- Documentation update - add recommended permissions to Readme by [@​benwells](https://github.com/benwells ) in [#​2043](https://github.com/actions/checkout/pull/2043 )
- Adjust positioning of user email note and permissions heading by [@​joshmgross](https://github.com/joshmgross ) in [#​2044](https://github.com/actions/checkout/pull/2044 )
- Update README.md by [@​nebuk89](https://github.com/nebuk89 ) in [#​2194](https://github.com/actions/checkout/pull/2194 )
- Update CODEOWNERS for actions by [@​TingluoHuang](https://github.com/TingluoHuang ) in [#​2224](https://github.com/actions/checkout/pull/2224 )
- Update package dependencies by [@​salmanmkc](https://github.com/salmanmkc ) in [#​2236](https://github.com/actions/checkout/pull/2236 )
- Prepare release v4.3.0 by [@​salmanmkc](https://github.com/salmanmkc ) in [#​2237](https://github.com/actions/checkout/pull/2237 )
##### New Contributors
- [@​motss](https://github.com/motss ) made their first contribution in [#​1971](https://github.com/actions/checkout/pull/1971 )
- [@​mouismail](https://github.com/mouismail ) made their first contribution in [#​1977](https://github.com/actions/checkout/pull/1977 )
- [@​benwells](https://github.com/benwells ) made their first contribution in [#​2043](https://github.com/actions/checkout/pull/2043 )
- [@​nebuk89](https://github.com/nebuk89 ) made their first contribution in [#​2194](https://github.com/actions/checkout/pull/2194 )
- [@​salmanmkc](https://github.com/salmanmkc ) made their first contribution in [#​2236](https://github.com/actions/checkout/pull/2236 )
**Full Changelog**: <https://github.com/actions/checkout/compare/v4...v4.3.0 >
</details>
---
### 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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuODEuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->
Reviewed-on: #5
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
2025-09-21 15:11:31 +02:00
5e1fe61d62
Add actions ( #1 )
...
Reviewed-on: #1
2025-05-11 00:21:55 +02:00
9c2cf67c36
Initial commit
2025-05-10 22:56:19 +02:00