build(deps): bump the github-actions group across 1 directory with 6 updates
Bumps the github-actions group with 6 updates in the / directory:
| Package | From | To |
|---|---|---|
| actions/checkout | 3 |
4 |
| updatecli/updatecli-action | 2.57.0 |
2.58.0 |
| actions/setup-go | 3 |
5 |
| magefile/mage-action | 2 |
3 |
| golangci/golangci-lint-action | 3 |
6 |
| dawidd6/action-send-mail | 3.7.1 |
3.12.0 |
Updates actions/checkout from 3 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.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
- 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
... (truncated)
Commits
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)fd084cdBump github/codeql-action from 2 to 3 (#1694)9c1e94eUpdate NPM dependencies (#1703)0ad4b8fPrep Release v4.1.4 (#1704)43045aeDisableextensions.worktreeConfigwhen disablingsparse-checkout(#1692)37b0821Bump the minor-actions-dependencies group with 2 updates (#1693)- Additional commits viewable in compare view
Updates updatecli/updatecli-action from 2.57.0 to 2.58.0
Release notes
Sourced from updatecli/updatecli-action's releases.
v2.58.0 🌈
Changes
- Bump updatecli version to v0.77.0
@updateclibot(#518)- fix: use github app for updatecli GA workflow
@olblak(#515)🧰 Maintenance
- deps: bump Updatecli GitHub action to v2.57.0
@updateclibot(#517)Contributors
@olblak,@updateclibotand@updateclibot[bot]
Commits
Updates actions/setup-go from 3 to 5
Release notes
Sourced from actions/setup-go's releases.
v5.0.0
What's Changed
In scope of this release, we change Nodejs runtime from node16 to node20 (actions/setup-go#421). Moreover, we update some dependencies to the latest versions (actions/setup-go#445).
Besides, this release contains such changes as:
- Fix hosted tool cache usage on windows by
@galarghin actions/setup-go#411- Improve documentation regarding dependencies caching by
@artemgavrilovin actions/setup-go#417New Contributors
@galarghmade their first contribution in actions/setup-go#411@artemgavrilovmade their first contribution in actions/setup-go#417@chenrui333made their first contribution in actions/setup-go#421Full Changelog: https://github.com/actions/setup-go/compare/v4...v5.0.0
v4.1.0
What's Changed
In scope of this release, slow installation on Windows was fixed by
@dsamein actions/setup-go#393 and OS version was added toprimaryKeyfor Ubuntu runners to avoid conflicts (actions/setup-go#383)This release also includes the following changes:
- Remove implicit dependencies by
@nikolai-laevskiiin actions/setup-go#378- Update action.yml by
@mkellyin actions/setup-go#379- Added a description that go-version should be specified as a string type by
@n3xemin actions/setup-go#367- Add note about YAML parsing versions by
@dmitry-shibanovin actions/setup-go#382- Automatic update of configuration files from 05/23/2023 by
@github-actionsin actions/setup-go#377- Bump tough-cookie and
@azure/ms-rest-jsby@dependabotin actions/setup-go#392- Bump word-wrap from 1.2.3 to 1.2.4 by
@dependabotin actions/setup-go#397- Bump semver from 6.3.0 to 6.3.1 by
@dependabotin actions/setup-go#396New Contributors
@mkellymade their first contribution in actions/setup-go#379@n3xemmade their first contribution in actions/setup-go#367Full Changelog: https://github.com/actions/setup-go/compare/v4...v4.1.0
v4.0.1
What's Changed
- Update documentation for
v4by@dsamein actions/setup-go#354- Fix glob bug in the package.json scripts section by
@IvanZosimovin actions/setup-go#359- Bump
xml2jsdependency by@dmitry-shibanovin actions/setup-go#370- Bump
@actions/cachedependency to v3.2.1 by@nikolai-laevskiiin actions/setup-go#374New Contributors
@nikolai-laevskiimade their first contribution in actions/setup-go#374Full Changelog: https://github.com/actions/setup-go/compare/v4...v4.0.1
v4.0.0
In scope of release we enable cache by default. The action won’t throw an error if the cache can’t be restored or saved. The action will throw a warning message but it won’t stop a build process. The cache can be disabled by specifying
cache: false.</tr></table>
... (truncated)
Commits
cdcb360Remove the description of the old go.mod specification (#458)99176a8Update README.md with V5 release notes (#459)be1aa11Bump undici from 5.28.2 to 5.28.3 (#465)6c1fd22docs: bumpactions/setup-goto v5 (#449)0c52d54Update dependencies for node20 (#445)bfd2fb3Merge pull request #421 from chenrui333/node20-runtime3d65fa5feat: bump to use actions/checkout@v48a505c9feat: bump to use node20 runtime883490dMerge pull request #417 from artemgavrilov/maind45ebbaRephrase sentence- Additional commits viewable in compare view
Updates magefile/mage-action from 2 to 3
Release notes
Sourced from magefile/mage-action's releases.
v3.0.0
What's Changed
- Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by
@crazy-maxin magefile/mage-action#299- Create mage home dir if it does not exist by
@crazy-maxin magefile/mage-action#307Full Changelog: https://github.com/magefile/mage-action/compare/v2.4.1...v3.0.0
v2.4.1
What's Changed
- Create mage home dir if it does not exist by
@crazy-maxin magefile/mage-action#308Full Changelog: https://github.com/magefile/mage-action/compare/v2.4.0...v2.4.1
v2.4.0
What's Changed
- add local cache and
actions/cachesupport by@dmvolodin magefile/mage-action#277install-onlyinput for usage in user scripts by@crazy-maxin magefile/mage-action#293- bump
@actions/cachefrom 3.2.1 to 3.2.2 in magefile/mage-action#291- bump
@actions/http-clientfrom 2.0.1 to 2.1.1 in magefile/mage-action#274 magefile/mage-action#290- bump semver from 6.3.0 to 6.3.1 in magefile/mage-action#288
- bump word-wrap from 1.2.3 to 1.2.5 in magefile/mage-action#296
New Contributors
@dmvolodmade their first contribution in magefile/mage-action#277Full Changelog: https://github.com/magefile/mage-action/compare/v2.3.0...v2.4.0
v2.3.0
What's Changed
- Check latest and tagged releases using releases-json by
@crazy-max(#272)- ci: generate mage-releases.json by
@crazy-max(#270 #271)Full Changelog: https://github.com/magefile/mage-action/compare/v2.2.0...v2.3.0
v2.2.0
What's Changed
- use Octokit client to check mage release by
@crazy-max(#269)- Bump json5 from 2.1.3 to 2.2.3 (#265)
- Bump minimatch from 3.0.4 to 3.1.2 (#266)
Full Changelog: https://github.com/magefile/mage-action/compare/v2.1.0...v2.2.0
v2.1.0
What's Changed
- Bump
@actions/corefrom 1.6.0 to 1.10.0 (#261 #262)- Bump
@actions/http-clientfrom 1.0.11 to 2.0.1 (#256)- Bump
@actions/tool-cachefrom 1.7.2 to 2.0.1 (#257)- Support arm64 arch by
@jmontroy90(#263)Full Changelog: https://github.com/magefile/mage-action/compare/v2.0.0...v2.1.0
Commits
6a5dcb5Merge pull request #307 from crazy-max/fix-home-dird0d1cd3chore: update generated contentd076338fix: create mage home dir if it does not exist74678e6Merge pull request #298 from magefile/dependabot/github_actions/actions/check...7436432Merge pull request #306 from crazy-max/codecov-conf7b6abc8codecov: update config010bea5Merge pull request #302 from crazy-max/form-templates8bee9e2chore: github form templates71f3796Merge pull request #301 from crazy-max/align-labels7cb1fb0chore: cleanup labels config- Additional commits viewable in compare view
Updates golangci/golangci-lint-action from 3 to 6
Release notes
Sourced from golangci/golangci-lint-action's releases.
v6.0.0
What's Changed
This version removes
annotationsoption (because it was useless), and removes the default output format (github-actions). The annotations are still produced but with another approach.Changes
- feat: rewrite format handling by
@ldezin golangci/golangci-lint-action#1038Dependencies
- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 7.7.1 to 7.8.0 by@dependabotin golangci/golangci-lint-action#1034- build(deps): bump
@types/nodefrom 20.12.7 to 20.12.8 by@dependabotin golangci/golangci-lint-action#1036- build(deps-dev): bump
@typescript-eslint/parserfrom 7.7.1 to 7.8.0 by@dependabotin golangci/golangci-lint-action#1035Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v5.3.0...v6.0.0
v5.3.0
What's Changed
Changes
- feat: uses 2 dots compare syntax for push diff by
@ldezin golangci/golangci-lint-action#1030- feat: add option to control cache invalidation interval by
@ldezin golangci/golangci-lint-action#1031- feat: use OS and working-directory as cache key by
@ldezin golangci/golangci-lint-action#1032- feat: improve log about pwd/cwd by
@ldezin golangci/golangci-lint-action#1033Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v5.2.0...v5.3.0
v5.2.0
What's Changed
Changes
Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v5.1.0...v5.2.0
v5.1.0
What's Changed
Changes
- feat: support for
pullandmerge_groupevents with the optiononly-new-issuesby@ldezin golangci/golangci-lint-action#1029Dependencies
- build(deps-dev): bump
@typescript-eslint/parserfrom 7.7.0 to 7.7.1 by@dependabotin golangci/golangci-lint-action#1027- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 7.7.0 to 7.7.1 by@dependabotin golangci/golangci-lint-action#1028
... (truncated)
Commits
a4f60bbfix: use 3-dots syntax for diff on push (#1040)5815a4bdoc: improve readme23faadfdoc: improve readmeb556f25doc: improve readme789f114feat: rewrite format handling (#1038)d36b91cbuild(deps-dev): bump@typescript-eslint/parserfrom 7.7.1 to 7.8.0 (#1035)a9eb115build(deps): bump@types/nodefrom 20.12.7 to 20.12.8 (#1036)bd4fa7cbuild(deps-dev): bump@typescript-eslint/eslint-pluginfrom 7.7.1 to 7.8.0 (#...38e1018feat: improve log about pwd/cwd (#1033)21e9e6bfeat: use OS and working-directory as cache key (#1032)- Additional commits viewable in compare view
Updates dawidd6/action-send-mail from 3.7.1 to 3.12.0
Release notes
Sourced from dawidd6/action-send-mail's releases.
v3.12.0
What's Changed
- build(deps): bump nodemailer from 6.9.8 to 6.9.9 by
@dependabotin dawidd6/action-send-mail#195- Fix for issue #196 by
@kroesein dawidd6/action-send-mail#197- build(deps): bump nodemailer from 6.9.9 to 6.9.10 by
@dependabotin dawidd6/action-send-mail#199- build(deps): bump nodemailer from 6.9.10 to 6.9.12 by
@dependabotin dawidd6/action-send-mail#202- build(deps): bump nodemailer from 6.9.12 to 6.9.13 by
@dependabotin dawidd6/action-send-mail#204New Contributors
@kroesemade their first contribution in dawidd6/action-send-mail#197Full Changelog: https://github.com/dawidd6/action-send-mail/compare/v3.11.0...v3.12.0
v3.11.0
What's Changed
- build(deps): bump nodemailer from 6.9.1 to 6.9.8 by
@dependabotin dawidd6/action-send-mail#191- build(deps): bump
@actions/corefrom 1.10.0 to 1.10.1 by@dependabotin dawidd6/action-send-mail#181- Update to Node20 by
@phoeniixhawkin dawidd6/action-send-mail#193New Contributors
@phoeniixhawkmade their first contribution in dawidd6/action-send-mail#193Full Changelog: https://github.com/dawidd6/action-send-mail/compare/v3...v3.11.0
v3.10.0
No release notes provided.
v3.9.0
No release notes provided.
v3.8.0
No release notes provided.
v3.7.2
No release notes provided.
Commits
2cea961build(deps): bump nodemailer from 6.9.12 to 6.9.13 (#204)3c36016build(deps): bump nodemailer from 6.9.10 to 6.9.12 (#202)b623fcfbuild(deps): bump nodemailer from 6.9.9 to 6.9.10 (#199)2afa768Fix for issue #196 (#197)eaa39a1build(deps): bump nodemailer from 6.9.8 to 6.9.9 (#195)4226df7Update to Node20 (#193)97a10a2build(deps): bump@actions/corefrom 1.10.0 to 1.10.1 (#181)9767c2abuild(deps): bump nodemailer from 6.9.1 to 6.9.8 (#191)d6910daREADME: GitHubdc13c73Enable logging and debug of nodemailer (#190)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
This pull request doesn't have a Team:<team> label.
This pull request does not have a backport label. If this is a bug or security fix, could you label this PR @dependabot[bot]? 🙏. For such, you'll need to label your PR with:
- The upcoming major version of the Elastic Stack
- The upcoming minor version of the Elastic Stack (if you're not pushing a breaking change)
To fixup this pull request, you need to add the backport labels for the needed branches, such as:
backport-v8./d.0is the label to automatically backport to the8./dbranch./dis the digit
Superseded by #39784.