chore(deps): bump the github-actions group across 1 directory with 11 updates
Bumps the github-actions group with 11 updates in the / directory:
| 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 |
| goreleaser/goreleaser-action | 5 |
6 |
| arduino/setup-task | 1.0.3 |
2.0.0 |
| docker/setup-qemu-action | 3.0.0 |
3.2.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.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabotin actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabotin actions/checkout#1697- Check out other refs/* by commit by
@orhantoyin actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3in actions/checkout#1776v4.1.6
- Check platform to set archive extension appropriately by
@cory-millerin actions/checkout#1732v4.1.5
- Update NPM dependencies by
@cory-millerin actions/checkout#1703- Bump github/codeql-action from 2 to 3 by
@dependabotin actions/checkout#1694- Bump actions/setup-node from 1 to 4 by
@dependabotin actions/checkout#1696- Bump actions/upload-artifact from 2 to 4 by
@dependabotin actions/checkout#1695- README: Suggest
user.emailto be41898282+github-actions[bot]@users.noreply.github.comby@cory-millerin actions/checkout#1707v4.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
... (truncated)
Commits
692973ePrepare 4.1.7 release (#1775)6ccd57fPin actions/checkout's own workflows to a known, good, stable version. (#1776)b17fe1eHandle hidden refs (#1774)b80ff79Bump actions/checkout from 3 to 4 (#1697)b1ec302Bump the minor-npm-dependencies group across 1 directory with 4 updates (#1739)a5ac7e5Update for 4.1.6 release (#1733)24ed1a3Check platform for extension (#1732)44c2b7aREADME: Suggestuser.emailto be `41898282+github-actions[bot]@users.norepl...8459bc0Bump actions/upload-artifact from 2 to 4 (#1695)3f603f6Bump actions/setup-node from 1 to 4 (#1696)- 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
e28ff12chore(release): bump to 4.5.0 (#1477)7594baaUse an existing token even if the PR is from a fork (#1471)81c0a51feat: add support for tokenless v3 (#1410)f5e203fbuild(deps-dev): bump@typescript-eslint/eslint-pluginfrom 7.12.0 to 7.13.0 ...7c48363build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#1475)69e5d09build(deps-dev): bump@typescript-eslint/parserfrom 7.12.0 to 7.13.0 (#1474)feaf700fix: handle trailing commas (#1470)7b6a727build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 (#1472)ccf7a1fbuild(deps-dev): bump@typescript-eslint/eslint-pluginfrom 7.11.0 to 7.12.0 ...f03f015build(deps-dev): bump@typescript-eslint/parserfrom 7.11.0 to 7.12.0 (#1467)- 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
aa33708Merge pull request #345 from docker/dependabot/npm_and_yarn/docker/actions-to...2d99e34chore: update generated content4dab436build(deps): bump@docker/actions-toolkitfrom 0.34.0 to 0.35.049a04d6Merge pull request #344 from docker/dependabot/npm_and_yarn/docker/actions-to...a6ade2echore: update generated content2f2694bswitch to Docker exec0a4bab6build(deps): bump@docker/actions-toolkitfrom 0.32.0 to 0.34.02ad1852Merge pull request #340 from docker/dependabot/npm_and_yarn/docker/actions-to...560ac46chore: update generated contentb3a3417build(deps): bump@docker/actions-toolkitfrom 0.31.0 to 0.32.0- 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
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.