chore(deps): bump the github-actions group with 9 updates
Bumps the github-actions group with 9 updates:
| Package | From | To |
|---|---|---|
| actions/checkout | 2 |
4 |
| peter-evans/create-or-update-comment | 3 |
4 |
| magnetikonline/action-golang-cache | 4 |
5 |
| codecov/codecov-action | 3 |
4 |
| contributor-assistant/github-action | 2.3.1 |
2.4.0 |
| docker/setup-buildx-action | 1 |
3 |
| release-drafter/release-drafter | 5 |
6 |
| arduino/setup-task | 1.0.3 |
2.0.0 |
| actions/cache | 3.3.3 |
4.0.2 |
Updates actions/checkout from 2 to 4
Release notes
Sourced from actions/checkout's releases.
v4.0.0
What's Changed
- Update default runtime to node20 by
@takostin actions/checkout#1436- Support fetching without the --progress option by
@simonbairdin actions/checkout#1067- Release 4.0.0 by
@takostin actions/checkout#1447New Contributors
@takostmade their first contribution in actions/checkout#1436@simonbairdmade their first contribution in actions/checkout#1067Full Changelog: https://github.com/actions/checkout/compare/v3...v4.0.0
v3.6.0
What's Changed
- Mark test scripts with Bash'isms to be run via Bash by
@dschoin actions/checkout#1377- Add option to fetch tags even if fetch-depth > 0 by
@RobertWieczoreckin actions/checkout#579- Release 3.6.0 by
@luketomlinsonin actions/checkout#1437New Contributors
@RobertWieczoreckmade their first contribution in actions/checkout#579@luketomlinsonmade their first contribution in actions/checkout#1437Full Changelog: https://github.com/actions/checkout/compare/v3.5.3...v3.6.0
v3.5.3
What's Changed
- Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by
@megamanicsin actions/checkout#1196- Fix typos found by codespell by
@DimitriPapadopoulosin actions/checkout#1287- Add support for sparse checkouts by
@dschoand@dfdezin actions/checkout#1369- Release v3.5.3 by
@TingluoHuangin actions/checkout#1376New Contributors
@megamanicsmade their first contribution in actions/checkout#1196@DimitriPapadopoulosmade their first contribution in actions/checkout#1287@dfdezmade their first contribution in actions/checkout#1369Full Changelog: https://github.com/actions/checkout/compare/v3...v3.5.3
v3.5.2
What's Changed
- Fix: Use correct API url / endpoint in GHES by
@fhammerlin actions/checkout#1289 based on #1286 by@1newsrFull Changelog: https://github.com/actions/checkout/compare/v3.5.1...v3.5.2
v3.5.1
What's Changed
- Improve checkout performance on Windows runners by upgrading
@actions/githubdependency by@BrettDongin actions/checkout#1246New Contributors
@BrettDongmade their first contribution in actions/checkout#1246
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
Changelog
v4.1.4
- Disable
extensions.worktreeConfigwhen disablingsparse-checkoutby@jww3in actions/checkout#1692- Add dependabot config by
@cory-millerin actions/checkout#1688- Bump the minor-actions-dependencies group with 2 updates by
@dependabotin actions/checkout#1693- Bump word-wrap from 1.2.3 to 1.2.5 by
@dependabotin actions/checkout#1643v4.1.3
- Check git version before attempting to disable
sparse-checkoutby@jww3in actions/checkout#1656- Add SSH user parameter by
@cory-millerin actions/checkout#1685- Update
actions/checkoutversion inupdate-main-version.ymlby@jww3in actions/checkout#1650v4.1.2
- Fix: Disable sparse checkout whenever
sparse-checkoutoption is not present@dschoin actions/checkout#1598v4.1.1
- Correct link to GitHub Docs by
@peterbein actions/checkout#1511- Link to release page from what's new section by
@cory-millerin actions/checkout#1514v4.1.0
v4.0.0
v3.6.0
- Fix: Mark test scripts with Bash'isms to be run via Bash
- Add option to fetch tags even if fetch-depth > 0
v3.5.3
- Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in
- Fix typos found by codespell
- Add support for sparse checkouts
v3.5.2
v3.5.1
v3.5.0
v3.4.0
... (truncated)
Commits
0ad4b8fPrep Release v4.1.4 (#1704)43045aeDisableextensions.worktreeConfigwhen disablingsparse-checkout(#1692)37b0821Bump the minor-actions-dependencies group with 2 updates (#1693)9839dc1Add dependabot config (#1688)9b4c13bBump word-wrap from 1.2.3 to 1.2.5 (#1643)1d96c77Add SSH user parameter (#1685)cd7d8d6Check git version before attempting to disablesparse-checkout(#1656)8410ad0Updateactions/checkoutversion inupdate-main-version.yml(#1650)9bb5618Prep for release of v4.1.2 (#1649)8eb1f6aBump@babel/traversefrom 7.20.5 to 7.24.0 (#1642)- Additional commits viewable in compare view
Updates peter-evans/create-or-update-comment from 3 to 4
Release notes
Sourced from peter-evans/create-or-update-comment's releases.
Create or Update Comment v4.0.0
⚙️ Updated runtime to Node.js 20
- The action now requires a minimum version of v2.308.0 for the Actions runner. Update self-hosted runners to v2.308.0 or later to ensure compatibility.
What's Changed
- build(deps): bump actions/setup-node from 3 to 4 by
@dependabotin peter-evans/create-or-update-comment#273- build(deps-dev): bump
@vercel/nccfrom 0.38.0 to 0.38.1 by@dependabotin peter-evans/create-or-update-comment#274- build(deps-dev): bump eslint-plugin-jest from 27.4.2 to 27.4.3 by
@dependabotin peter-evans/create-or-update-comment#276- build(deps-dev): bump
@types/nodefrom 18.18.5 to 18.18.6 by@dependabotin peter-evans/create-or-update-comment#277- build(deps-dev): bump eslint from 8.51.0 to 8.52.0 by
@dependabotin peter-evans/create-or-update-comment#275- build(deps-dev): bump eslint-plugin-jest from 27.4.3 to 27.6.0 by
@dependabotin peter-evans/create-or-update-comment#278- build(deps-dev): bump
@types/nodefrom 18.18.6 to 18.18.8 by@dependabotin peter-evans/create-or-update-comment#279- build(deps-dev): bump eslint from 8.52.0 to 8.53.0 by
@dependabotin peter-evans/create-or-update-comment#280- build(deps-dev): bump
@types/nodefrom 18.18.8 to 18.18.9 by@dependabotin peter-evans/create-or-update-comment#281- build(deps-dev): bump prettier from 3.0.3 to 3.1.0 by
@dependabotin peter-evans/create-or-update-comment#282- build(deps-dev): bump
@types/nodefrom 18.18.9 to 18.18.12 by@dependabotin peter-evans/create-or-update-comment#283- build(deps-dev): bump eslint from 8.53.0 to 8.54.0 by
@dependabotin peter-evans/create-or-update-comment#284- build(deps-dev): bump
@types/nodefrom 18.18.12 to 18.18.13 by@dependabotin peter-evans/create-or-update-comment#285- build(deps-dev): bump eslint from 8.54.0 to 8.55.0 by
@dependabotin peter-evans/create-or-update-comment#286- build(deps-dev): bump
@types/nodefrom 18.18.13 to 18.19.2 by@dependabotin peter-evans/create-or-update-comment#287- build(deps): bump chuhlomin/render-template from 1.8 to 1.9 by
@dependabotin peter-evans/create-or-update-comment#288- build(deps-dev): bump
@types/nodefrom 18.19.2 to 18.19.3 by@dependabotin peter-evans/create-or-update-comment#289- build(deps-dev): bump prettier from 3.1.0 to 3.1.1 by
@dependabotin peter-evans/create-or-update-comment#290- build(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.0 by
@dependabotin peter-evans/create-or-update-comment#292- build(deps-dev): bump eslint from 8.55.0 to 8.56.0 by
@dependabotin peter-evans/create-or-update-comment#293- build(deps): bump actions/download-artifact from 3 to 4 by
@dependabotin peter-evans/create-or-update-comment#295- build(deps-dev): bump eslint-plugin-prettier from 5.1.0 to 5.1.2 by
@dependabotin peter-evans/create-or-update-comment#296- build(deps-dev): bump eslint-plugin-jest from 27.6.0 to 27.6.1 by
@dependabotin peter-evans/create-or-update-comment#297- build(deps-dev): bump
@types/nodefrom 18.19.3 to 18.19.4 by@dependabotin peter-evans/create-or-update-comment#298- build(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 by
@dependabotin peter-evans/create-or-update-comment#299- build(deps-dev): bump
@types/nodefrom 18.19.4 to 18.19.6 by@dependabotin peter-evans/create-or-update-comment#300- build(deps-dev): bump prettier from 3.1.1 to 3.2.3 by
@dependabotin peter-evans/create-or-update-comment#301- build(deps-dev): bump eslint-plugin-jest from 27.6.1 to 27.6.3 by
@dependabotin peter-evans/create-or-update-comment#302- build(deps-dev): bump
@types/nodefrom 18.19.6 to 18.19.7 by@dependabotin peter-evans/create-or-update-comment#303- build(deps-dev): bump
@types/nodefrom 18.19.7 to 18.19.8 by@dependabotin peter-evans/create-or-update-comment#304- build(deps-dev): bump prettier from 3.2.3 to 3.2.4 by
@dependabotin peter-evans/create-or-update-comment#305- feat: update runtime to node 20 by
@peter-evansin peter-evans/create-or-update-comment#306Full Changelog: https://github.com/peter-evans/create-or-update-comment/compare/v3.1.0...v4.0.0
Create or Update Comment v3.1.0
What's Changed
- Add truncate warning to body of comment by
@ethanmdavidsonand@peter-evansin peter-evans/create-or-update-comment#272- 46 dependency updates by
@dependabotFull Changelog: https://github.com/peter-evans/create-or-update-comment/compare/v3.0.2...v3.1.0
Create or Update Comment v3.0.2
What's Changed
... (truncated)
Commits
71345befeat: update runtime to node 20 (#306)d41bfe3build(deps-dev): bump prettier from 3.2.3 to 3.2.4 (#305)73b4b9ebuild(deps-dev): bump@types/nodefrom 18.19.7 to 18.19.8 (#304)b865facbuild(deps-dev): bump@types/nodefrom 18.19.6 to 18.19.7 (#303)52b668abuild(deps-dev): bump eslint-plugin-jest from 27.6.1 to 27.6.3 (#302)974f56abuild(deps-dev): bump prettier from 3.1.1 to 3.2.3 (#301)2cbfe8bbuild(deps-dev): bump@types/nodefrom 18.19.4 to 18.19.6 (#300)761872abuild(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 (#299)72c3238build(deps-dev): bump@types/nodefrom 18.19.3 to 18.19.4 (#298)07daf7bbuild(deps-dev): bump eslint-plugin-jest from 27.6.0 to 27.6.1 (#297)- Additional commits viewable in compare view
Updates magnetikonline/action-golang-cache from 4 to 5
Release notes
Sourced from magnetikonline/action-golang-cache's releases.
v5
- Changes to allow action to run successfully with Node.js
v20runner runtime.- Bump
actions/setup-go@v5.- Bump
actions/cache@v4.- Use
format()workflow expression to appendinputs.cache-key-suffixproperty value.Full Changelog: https://github.com/magnetikonline/action-golang-cache/compare/v4...v5
Commits
fcca93eBumpactions/setup-go@v5/actions/cache@v4ec2faafUseformat()workflow expression to append optionalinputs.cache-key-suffix1bec231Set explicit emptydefault:forgo-versionandgo-version-fileinputsd3e977bImproveaction.yamldescription47ba946UpdateREADME.md- See full diff in compare view
Updates codecov/codecov-action from 3 to 4
Release notes
Sourced from codecov/codecov-action's releases.
v4.0.0
v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to power new features including local upload, the global upload token, and new upcoming features.
Breaking Changes
- The Codecov Action runs as a
node20action due tonode16deprecation. See this post from GitHub on how to migrate.- Tokenless uploading is unsupported. However, PRs made from forks to the upstream public repos will support tokenless (e.g. contributors to OS projects do not need the upstream repo's Codecov token). This doc shows instructions on how to add the Codecov token.
- OS platforms have been added, though some may not be automatically detected. To see a list of platforms, see our CLI download page
- Various arguments to the Action have been changed. Please be aware that the arguments match with the CLI's needs
v3versions and below will not have access to CLI features (e.g. global upload token, ATS).What's Changed
- build(deps): bump openpgp from 5.8.0 to 5.9.0 by
@dependabotin codecov/codecov-action#985- build(deps): bump actions/checkout from 3.0.0 to 3.5.3 by
@dependabotin codecov/codecov-action#1000- build(deps): bump ossf/scorecard-action from 2.1.3 to 2.2.0 by
@dependabotin codecov/codecov-action#1006- build(deps): bump tough-cookie from 4.0.0 to 4.1.3 by
@dependabotin codecov/codecov-action#1013- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by
@dependabotin codecov/codecov-action#1024- build(deps): bump node-fetch from 3.3.1 to 3.3.2 by
@dependabotin codecov/codecov-action#1031- build(deps-dev): bump
@types/nodefrom 20.1.4 to 20.4.5 by@dependabotin codecov/codecov-action#1032- build(deps): bump github/codeql-action from 1.0.26 to 2.21.2 by
@dependabotin codecov/codecov-action#1033- build commit,report and upload args based on codecovcli by
@dana-yaishin codecov/codecov-action#943- build(deps-dev): bump
@types/nodefrom 20.4.5 to 20.5.3 by@dependabotin codecov/codecov-action#1055- build(deps): bump github/codeql-action from 2.21.2 to 2.21.4 by
@dependabotin codecov/codecov-action#1051- build(deps-dev): bump
@types/nodefrom 20.5.3 to 20.5.4 by@dependabotin codecov/codecov-action#1058- chore(deps): update outdated deps by
@thomasrockhu-codecovin codecov/codecov-action#1059- build(deps-dev): bump
@types/nodefrom 20.5.4 to 20.5.6 by@dependabotin codecov/codecov-action#1060- build(deps-dev): bump
@typescript-eslint/parserfrom 6.4.1 to 6.5.0 by@dependabotin codecov/codecov-action#1065- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 6.4.1 to 6.5.0 by@dependabotin codecov/codecov-action#1064- build(deps): bump actions/checkout from 3.5.3 to 3.6.0 by
@dependabotin codecov/codecov-action#1063- build(deps-dev): bump eslint from 8.47.0 to 8.48.0 by
@dependabotin codecov/codecov-action#1061- build(deps-dev): bump
@types/nodefrom 20.5.6 to 20.5.7 by@dependabotin codecov/codecov-action#1062- build(deps): bump openpgp from 5.9.0 to 5.10.1 by
@dependabotin codecov/codecov-action#1066- build(deps-dev): bump
@types/nodefrom 20.5.7 to 20.5.9 by@dependabotin codecov/codecov-action#1070- build(deps): bump github/codeql-action from 2.21.4 to 2.21.5 by
@dependabotin codecov/codecov-action#1069- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 6.5.0 to 6.6.0 by@dependabotin codecov/codecov-action#1072- Update README.md by
@thomasrockhu-codecovin codecov/codecov-action#1073- build(deps-dev): bump
@typescript-eslint/parserfrom 6.5.0 to 6.6.0 by@dependabotin codecov/codecov-action#1071- build(deps-dev): bump
@vercel/nccfrom 0.36.1 to 0.38.0 by@dependabotin codecov/codecov-action#1074- build(deps): bump
@actions/corefrom 1.10.0 to 1.10.1 by@dependabotin codecov/codecov-action#1081- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 6.6.0 to 6.7.0 by@dependabotin codecov/codecov-action#1080- build(deps): bump actions/checkout from 3.6.0 to 4.0.0 by
@dependabotin codecov/codecov-action#1078- build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by
@dependabotin codecov/codecov-action#1077- build(deps-dev): bump
@types/nodefrom 20.5.9 to 20.6.0 by@dependabotin codecov/codecov-action#1075- build(deps-dev): bump
@typescript-eslint/parserfrom 6.6.0 to 6.7.0 by@dependabotin codecov/codecov-action#1079- build(deps-dev): bump eslint from 8.48.0 to 8.49.0 by
@dependabotin codecov/codecov-action#1076- use cli instead of node uploader by
@dana-yaishin codecov/codecov-action#1068- chore(release): 4.0.0-beta.1 by
@thomasrockhu-codecovin codecov/codecov-action#1084- not adding -n if empty to do-upload command by
@dana-yaishin codecov/codecov-action#1085- 4.0.0-beta.2 by
@thomasrockhu-codecovin codecov/codecov-action#1086
... (truncated)
Changelog
Sourced from codecov/codecov-action's changelog.
4.0.0-beta.2
Fixes
- #1085 not adding -n if empty to do-upload command
4.0.0-beta.1
v4represents a move from the universal uploader to the Codecov CLI. Although this will unlock new features for our users, the CLI is not yet at feature parity with the universal uploader.Breaking Changes
- No current support for
aarch64andalpinearchitectures.- Tokenless uploading is unsuported
- Various arguments to the Action have been removed
3.1.4
Fixes
- #967 Fix typo in README.md
- #971 fix: add back in working dir
- #969 fix: CLI option names for uploader
Dependencies
- #970 build(deps-dev): bump
@types/nodefrom 18.15.12 to 18.16.3- #979 build(deps-dev): bump
@types/nodefrom 20.1.0 to 20.1.2- #981 build(deps-dev): bump
@types/nodefrom 20.1.2 to 20.1.43.1.3
Fixes
- #960 fix: allow for aarch64 build
Dependencies
- #957 build(deps-dev): bump jest-junit from 15.0.0 to 16.0.0
- #958 build(deps): bump openpgp from 5.7.0 to 5.8.0
- #959 build(deps-dev): bump
@types/nodefrom 18.15.10 to 18.15.123.1.2
Fixes
- #718 Update README.md
- #851 Remove unsupported path_to_write_report argument
- #898 codeql-analysis.yml
- #901 Update README to contain correct information - inputs and negate feature
- #955 fix: add in all the extra arguments for uploader
Dependencies
- #819 build(deps): bump openpgp from 5.4.0 to 5.5.0
- #835 build(deps): bump node-fetch from 3.2.4 to 3.2.10
- #840 build(deps): bump ossf/scorecard-action from 1.1.1 to 2.0.4
- #841 build(deps): bump
@actions/corefrom 1.9.1 to 1.10.0- #843 build(deps): bump
@actions/githubfrom 5.0.3 to 5.1.1- #869 build(deps): bump node-fetch from 3.2.10 to 3.3.0
- #872 build(deps-dev): bump jest-junit from 13.2.0 to 15.0.0
- #879 build(deps): bump decode-uri-component from 0.2.0 to 0.2.2
... (truncated)
Commits
5ecb98achore(release): 4.3.1. (#1405)5a299d1fix: bypass token checks for forks and OIDC (#1404)dad251ddocs: main branch (#1396)e8bbe5fdocs: Type Annotations (#1397)a6fd87fbuild(deps-dev): bump@typescript-eslint/parserfrom 7.7.1 to 7.8.0 (#1401)76c8cd6build(deps-dev): bump@typescript-eslint/eslint-pluginfrom 7.7.1 to 7.8.0 (#...1290bddstyle: Node Packages (#1394)951ef79build(deps): bump github/codeql-action from 3.25.1 to 3.25.3 (#1391)bb71c1bbuild(deps): bump actions/checkout from 4.1.3 to 4.1.4 (#1392)acc5d43build(deps): bump actions/upload-artifact from 4.3.2 to 4.3.3 (#1393)- Additional commits viewable in compare view
Updates contributor-assistant/github-action from 2.3.1 to 2.4.0
Release notes
Sourced from contributor-assistant/github-action's releases.
v2.4.0
What's Changed
- Update required GITHUB_TOKEN permissions by
@pellaredin contributor-assistant/github-action#144- Move CLA/DCO bot name into subscript at end of comment by
@Holzhausin contributor-assistant/github-action#140New Contributors
@pellaredmade their first contribution in contributor-assistant/github-action#144@Holzhausmade their first contribution in contributor-assistant/github-action#140Full Changelog: https://github.com/contributor-assistant/github-action/compare/v2.3.2...v2.4.0
v2.3.2
What's Changed
- fix: create empty commit for custom pr sign comment as well by
@tada5hiin contributor-assistant/github-action#147New Contributors
@tada5himade their first contribution in contributor-assistant/github-action#147Full Changelog: https://github.com/contributor-assistant/github-action/compare/v2.3.1...v2.3.2
Commits
9340315docs(contributor): contrib-readme-action has updated readme9dfcfbeMerge pull request #140 from Holzhaus/botname-subscript9c07d10docs(contributor): contrib-readme-action has updated readme902b70eMerge pull request #144 from pellared/patch-1dbc1c64docs(contributor): contrib-readme-action has updated readme87da410Merge pull request #147 from tada5hi/pr-sign-commitf4faf18fix: create empty commit for custom pr sign comment as well1d79b45Update README.md545ab66Update required GITHUB_TOKEN permissions1e0e0b9feat(index): Move CLA/DCO bot name into subscript at end of comment- See full diff in compare view
Updates docker/setup-buildx-action from 1 to 3
Release notes
Sourced from docker/setup-buildx-action's releases.
v3.0.0
- Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by
@crazy-maxin docker/setup-buildx-action#264- Bump
@actions/corefrom 1.10.0 to 1.10.1 in docker/setup-buildx-action#267Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.10.0...v3.0.0
v2.10.0
- Bump
@docker/actions-toolkitfrom 0.7.1 to 0.10.0 by@crazy-maxin docker/setup-buildx-action#258- Bump word-wrap from 1.2.3 to 1.2.5 in docker/setup-buildx-action#253
Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.9.1...v2.10.0
v2.9.1
- Bump
@docker/actions-toolkitfrom 0.7.0 to 0.7.1 in docker/setup-buildx-action#248
- Fixes an issue where building Buildx does not match the local platform (docker/actions-toolkit#135)
Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.9.0...v2.9.1
v2.9.0
- Bump
@docker/actions-toolkitfrom 0.6.0 to 0.7.0 in docker/setup-buildx-action#246
- Adds support to cache Buildx binary to hosted tool cache and GHA cache backend
Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.8.0...v2.9.0
v2.8.0
- Only set specific flags for drivers supporting them by
@nicksin docker/setup-buildx-action#241- Bump
@docker/actions-toolkitfrom 0.5.0 to 0.6.0 in docker/setup-buildx-action#242Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.7.0...v2.8.0
v2.7.0
- Bump
@docker/actions-toolkitfrom 0.3.0 to 0.5.0 in docker/setup-buildx-action#237 docker/setup-buildx-action#238Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.6.0...v2.7.0
v2.6.0
- Set node name for k8s driver when appending nodes by
@crazy-maxin docker/setup-buildx-action#219- Bump
@docker/actions-toolkitfrom 0.1.0-beta.18 to 0.3.0 in docker/setup-buildx-action#220 docker/setup-buildx-action#229 docker/setup-buildx-action#231 docker/setup-buildx-action#236Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.5.0...v2.6.0
v2.5.0
cleanupinput to remove builder and temp files by@crazy-maxin docker/setup-buildx-action#213- do not remove builder using the
dockerdriver by@crazy-maxin docker/setup-buildx-action#218- fix current context as builder name for
dockerdriver by@crazy-maxin docker/setup-buildx-action#209Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.4.1...v2.5.0
v2.4.1
- Get releases from actions toolkit by
@crazy-max(#200)
... (truncated)
Commits
d70bba7Merge pull request #307 from crazy-max/bump-toolkit7638634chore: update generated contentc68420fbump@docker/actions-toolkitfrom 0.19.0 to 0.20.02b51285Merge pull request #306 from docker/dependabot/npm_and_yarn/docker/actions-to...0f00370chore: update generated content11c9683build(deps): bump@docker/actions-toolkitfrom 0.18.0 to 0.19.056a16b8Merge pull request #303 from crazy-max/fix-inputsc23f46echore: update generated contentf876da6rename and align config inputsb7cf918Merge pull request #304 from crazy-max/rm-docs-dir- Additional commits viewable in compare view
Updates release-drafter/release-drafter from 5 to 6
Release notes
Sourced from release-drafter/release-drafter's releases.
v6.0.0
What's Changed
- Update Node.js to 20 (#1379)
@massongitFull Changelog: https://github.com/release-drafter/release-drafter/compare/v5.25.0...v6.0.0
v6.0.0-beta.1
Prerelease of v6, first release of the CLI, feel free to provide feedback in the pull request: release-drafter/release-drafter#1204
v5.25.0
What's Changed
New
Full Changelog: https://github.com/release-drafter/release-drafter/compare/v5.24.0...v5.25.0
v5.24.0
What's Changed
New
- Add release version to github action output (#1300)
@mehdihadeliBug Fixes
Full Changelog: https://github.com/release-drafter/release-drafter/compare/v5.23.0...v5.24.0
v5.23.0
What's Changed
New
- Add
include-pre-releasesconfiguration option (#1302)@robbinjanssenFull Changelog: https://github.com/release-drafter/release-drafter/compare/v5.22.0...v5.23.0
v5.22.0
What's Changed
New
- Only use last full release when drafting (#1240)
@ssbarnea
... (truncated)
Commits
3f0f870v6.0.080296b4Update Node.js to 20 (#1379)- See full diff in compare view
Updates arduino/setup-task from 1.0.3 to 2.0.0
Release notes
Sourced from arduino/setup-task's releases.
2.0.0
Migration Guide
T...
Description has been truncated
The following labels could not be found: dependencies.
Looks like these dependencies are updatable in another way, so this is no longer needed.