Artalk
Artalk copied to clipboard
chore(deps/ci): bump the deps group across 1 directory with 3 updates
Bumps the deps group with 3 updates in the /.github/workflows directory: crazy-max/ghaction-setup-docker, peter-evans/create-pull-request and codecov/codecov-action.
Updates crazy-max/ghaction-setup-docker from 3 to 4
Release notes
Sourced from crazy-max/ghaction-setup-docker's releases.
v4.0.0
- Repo moved to docker/setup-docker-action
@​crazy-maxin docker/setup-docker-action#40- Bump
@​docker/actions-toolkitfrom 0.46.0 to 0.47.0 in docker/setup-docker-action#133Full Changelog: https://github.com/docker/setup-docker-action/compare/v3.5.0...v4.0.0
v3.5.0
- Support downloading binaries from docker images by
@​vvolandin crazy-max/ghaction-setup-docker#106- Rootless support by
@​vvolandin crazy-max/ghaction-setup-docker#124- Lima images updated to Ubuntu 24.04 by
@​crazy-maxdocker/actions-toolkit#501- Bump
@​docker/actions-toolkitfrom 0.40.0 to 0.46.0 in crazy-max/ghaction-setup-docker#122 crazy-max/ghaction-setup-docker#123 crazy-max/ghaction-setup-docker#125 crazy-max/ghaction-setup-docker#126 crazy-max/ghaction-setup-docker#129 crazy-max/ghaction-setup-docker#132- Bump cross-spawn from 7.0.3 to 7.0.6 in crazy-max/ghaction-setup-docker#130
Full Changelog: https://github.com/crazy-max/ghaction-setup-docker/compare/v3.4.0...v3.5.0
v3.4.0
- Remove uuid package and switch to crypto by
@​crazy-maxin crazy-max/ghaction-setup-docker#120- Bump
@​actions/corefrom 1.10.1 to 1.11.1 in crazy-max/ghaction-setup-docker#113- Bump
@​docker/actions-toolkitfrom 0.25.0 to 0.40.0 in crazy-max/ghaction-setup-docker#117- Bump braces from 3.0.2 to 3.0.3 in crazy-max/ghaction-setup-docker#90
- Bump fast-xml-parser from 4.4.0 to 4.5.0 in crazy-max/ghaction-setup-docker#116
- Bump micromatch from 4.0.4 to 4.0.8 in crazy-max/ghaction-setup-docker#105
- Bump path-to-regexp from 6.2.2 to 6.3.0 in crazy-max/ghaction-setup-docker#107
Full Changelog: https://github.com/crazy-max/ghaction-setup-docker/compare/v3.3.0...v3.4.0
v3.3.0
- Bump
@​docker/actions-toolkitfrom 0.21.1 to 0.25.0 in crazy-max/ghaction-setup-docker#83- Bump
@​babel/traversefrom 7.20.13 to 7.24.1 in crazy-max/ghaction-setup-docker#77- Bump ip from 2.0.0 to 2.0.1 in crazy-max/ghaction-setup-docker#74
- Bump tar from 6.2.0 to 6.2.1 in crazy-max/ghaction-setup-docker#75
- Bump uuid from 9.0.1 to 10.0.0 in crazy-max/ghaction-setup-docker#82
- Bump undici from 5.26.3 to 5.28.4 in crazy-max/ghaction-setup-docker#76
Full Changelog: https://github.com/crazy-max/ghaction-setup-docker/compare/v3.2.0...v3.3.0
v3.2.0
- Truncate
runDirpath name by@​MatthewCanein crazy-max/ghaction-setup-docker#68- Bump
@​docker/actions-toolkitfrom 0.18.0 to 0.21.1 in crazy-max/ghaction-setup-docker#66Full Changelog: https://github.com/crazy-max/ghaction-setup-docker/compare/v3.1.0...v3.2.0
v3.1.0
sockoutput to get docker socket path by@​crazy-maxin crazy-max/ghaction-setup-docker#57set-hostinput to setDOCKER_HOSTenv var by@​crazy-maxin crazy-max/ghaction-setup-docker#58- build(deps): bump
@​docker/actions-toolkitfrom 0.16.0 to 0.18.0 in crazy-max/ghaction-setup-docker#51 crazy-max/ghaction-setup-docker#56Full Changelog: https://github.com/crazy-max/ghaction-setup-docker/compare/v3.0.0...v3.1.0
Commits
01efb57Merge pull request #133 from docker/dependabot/npm_and_yarn/docker/actions-to...f5dddcbbuild(deps): bump@​docker/actions-toolkitfrom 0.46.0 to 0.47.0ccdfecaMerge pull request #40 from docker/migrate07f0e60docs: note about action usageeff8d99chore: github form templates57e629achore: update community files5bf030dchore: migrate to docker org- See full diff in compare view
Updates peter-evans/create-pull-request from 6 to 7
Release notes
Sourced from peter-evans/create-pull-request's releases.
Create Pull Request v7.0.0
:sparkles: Now supports commit signing with bot-generated tokens! See "What's new" below. :writing_hand::robot:
Behaviour changes
- Action input
git-tokenhas been renamedbranch-token, to be more clear about its purpose. Thebranch-tokenis the token that the action will use to create and update the branch.- The action now handles requests that have been rate-limited by GitHub. Requests hitting a primary rate limit will retry twice, for a total of three attempts. Requests hitting a secondary rate limit will not be retried.
- The
pull-request-operationoutput now returnsnonewhen no operation was executed.- Removed deprecated output environment variable
PULL_REQUEST_NUMBER. Please use thepull-request-numberaction output instead.What's new
- The action can now sign commits as
github-actions[bot]when usingGITHUB_TOKEN, or your own bot when using GitHub App tokens. See commit signing for details.- Action input
draftnow accepts a new valuealways-true. This will set the pull request to draft status when the pull request is updated, as well as on creation.- A new action input
maintainer-can-modifyindicates whether maintainers can modify the pull request. The default istrue, which retains the existing behaviour of the action.- A new output
pull-request-commits-verifiedreturnstrueorfalse, indicating whether GitHub considers the signature of the branch's commits to be verified.What's Changed
- build(deps-dev): bump
@​types/nodefrom 18.19.36 to 18.19.39 by@​dependabotin peter-evans/create-pull-request#3000- build(deps-dev): bump ts-jest from 29.1.5 to 29.2.0 by
@​dependabotin peter-evans/create-pull-request#3008- build(deps-dev): bump prettier from 3.3.2 to 3.3.3 by
@​dependabotin peter-evans/create-pull-request#3018- build(deps-dev): bump ts-jest from 29.2.0 to 29.2.2 by
@​dependabotin peter-evans/create-pull-request#3019- build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 by
@​dependabotin peter-evans/create-pull-request#3035- build(deps-dev): bump
@​types/nodefrom 18.19.39 to 18.19.41 by@​dependabotin peter-evans/create-pull-request#3037- build(deps): bump undici from 6.19.2 to 6.19.4 by
@​dependabotin peter-evans/create-pull-request#3036- build(deps-dev): bump ts-jest from 29.2.2 to 29.2.3 by
@​dependabotin peter-evans/create-pull-request#3038- build(deps-dev): bump
@​types/nodefrom 18.19.41 to 18.19.42 by@​dependabotin peter-evans/create-pull-request#3070- build(deps): bump undici from 6.19.4 to 6.19.5 by
@​dependabotin peter-evans/create-pull-request#3086- build(deps-dev): bump
@​types/nodefrom 18.19.42 to 18.19.43 by@​dependabotin peter-evans/create-pull-request#3087- build(deps-dev): bump ts-jest from 29.2.3 to 29.2.4 by
@​dependabotin peter-evans/create-pull-request#3088- build(deps): bump undici from 6.19.5 to 6.19.7 by
@​dependabotin peter-evans/create-pull-request#3145- build(deps-dev): bump
@​types/nodefrom 18.19.43 to 18.19.44 by@​dependabotin peter-evans/create-pull-request#3144- Update distribution by
@​actions-botin peter-evans/create-pull-request#3154- build(deps): bump undici from 6.19.7 to 6.19.8 by
@​dependabotin peter-evans/create-pull-request#3213- build(deps-dev): bump
@​types/nodefrom 18.19.44 to 18.19.45 by@​dependabotin peter-evans/create-pull-request#3214- Update distribution by
@​actions-botin peter-evans/create-pull-request#3221- build(deps-dev): bump eslint-import-resolver-typescript from 3.6.1 to 3.6.3 by
@​dependabotin peter-evans/create-pull-request#3255- build(deps-dev): bump
@​types/nodefrom 18.19.45 to 18.19.46 by@​dependabotin peter-evans/create-pull-request#3254- build(deps-dev): bump ts-jest from 29.2.4 to 29.2.5 by
@​dependabotin peter-evans/create-pull-request#3256- v7 - signed commits by
@​peter-evansin peter-evans/create-pull-request#3057New Contributors
@​rustycl0ckmade their first contribution in peter-evans/create-pull-request#3057Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v6.1.0...v7.0.0
Create Pull Request v6.1.0
✨ Adds
pull-request-branchas an action output.What's Changed
... (truncated)
Commits
5e91468fix: support symlinks when commit signing (#3359)2f38cd2fix: support submodules when commit signing (#3354)7a8aeacbuild(deps-dev): bump eslint from 8.57.0 to 8.57.1 (#3344)d39d596build(deps-dev): bump@​types/jestfrom 29.5.12 to 29.5.13 (#3343)f6f978fdocs: correct suggestion for bot setup (#3342)6cd32fdfix: disable abbreviated commit shas in diff (#3337)d121e62fix: disable diff detection for renames and copies (#3330)f4d66f4build(deps-dev): bump typescript from 5.5.4 to 5.6.2 (#3319)488c869build(deps-dev): bump@​types/nodefrom 18.19.48 to 18.19.50 (#3320)5354f85docs: update readme- Additional commits viewable in compare view
Updates codecov/codecov-action from 4 to 5
Release notes
Sourced from codecov/codecov-action's releases.
v5.0.0
v5 Release
v5of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI. This will help ensure that the Action gets updates quicker.Migration Guide
The
v5release also coincides with the opt-out feature for tokens for public repositories. In theGlobal Upload Tokensection of the settings page of an organization in codecov.io, you can set the ability for Codecov to receive a coverage reports from any source. This will allow contributors or other members of a repository to upload without needing access to the Codecov token. For more details see how to upload without a token.[!WARNING]
The following arguments have been changed
file(this has been deprecated in favor offiles)plugin(this has been deprecated in favor ofplugins)The following arguments have been added:
binarygcov_argsgcov_executablegcov_ignoregcov_includereport_typeskip_validationswift_projectYou can see their usage in the
action.ymlfile.What's Changed
- chore(deps): bump to eslint9+ and remove eslint-config-google by
@​thomasrockhu-codecovin codecov/codecov-action#1591- build(deps-dev): bump
@​octokit/webhooks-typesfrom 7.5.1 to 7.6.1 by@​dependabotin codecov/codecov-action#1595- build(deps-dev): bump typescript from 5.6.2 to 5.6.3 by
@​dependabotin codecov/codecov-action#1604- build(deps-dev): bump
@​typescript-eslint/parserfrom 8.8.0 to 8.8.1 by@​dependabotin codecov/codecov-action#1601- build(deps): bump
@​actions/corefrom 1.11.0 to 1.11.1 by@​dependabotin codecov/codecov-action#1597- build(deps): bump github/codeql-action from 3.26.9 to 3.26.11 by
@​dependabotin codecov/codecov-action#1596- build(deps-dev): bump
@​typescript-eslint/eslint-pluginfrom 8.8.0 to 8.8.1 by@​dependabotin codecov/codecov-action#1600- build(deps-dev): bump eslint from 9.11.1 to 9.12.0 by
@​dependabotin codecov/codecov-action#1598- build(deps): bump github/codeql-action from 3.26.11 to 3.26.12 by
@​dependabotin codecov/codecov-action#1609- build(deps): bump actions/checkout from 4.2.0 to 4.2.1 by
@​dependabotin codecov/codecov-action#1608- build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3 by
@​dependabotin codecov/codecov-action#1607- build(deps-dev): bump
@​typescript-eslint/parserfrom 8.8.1 to 8.9.0 by@​dependabotin codecov/codecov-action#1612- build(deps-dev): bump
@​typescript-eslint/eslint-pluginfrom 8.8.1 to 8.9.0 by@​dependabotin codecov/codecov-action#1611- build(deps-dev): bump
@​typescript-eslint/eslint-pluginfrom 8.9.0 to 8.10.0 by@​dependabotin codecov/codecov-action#1615- build(deps-dev): bump eslint from 9.12.0 to 9.13.0 by
@​dependabotin codecov/codecov-action#1618- build(deps): bump github/codeql-action from 3.26.12 to 3.26.13 by
@​dependabotin codecov/codecov-action#1617- build(deps-dev): bump
@​typescript-eslint/parserfrom 8.9.0 to 8.10.0 by@​dependabotin codecov/codecov-action#1614- build(deps-dev): bump
@​typescript-eslint/eslint-pluginfrom 8.10.0 to 8.11.0 by@​dependabotin codecov/codecov-action#1620- build(deps-dev): bump
@​typescript-eslint/parserfrom 8.10.0 to 8.11.0 by@​dependabotin codecov/codecov-action#1619- build(deps-dev): bump
@​types/jestfrom 29.5.13 to 29.5.14 by@​dependabotin codecov/codecov-action#1622- build(deps): bump actions/checkout from 4.2.1 to 4.2.2 by
@​dependabotin codecov/codecov-action#1625- build(deps): bump github/codeql-action from 3.26.13 to 3.27.0 by
@​dependabotin codecov/codecov-action#1624- build(deps-dev): bump
@​typescript-eslint/eslint-pluginfrom 8.11.0 to 8.12.1 by@​dependabotin codecov/codecov-action#1626- build(deps-dev): bump
@​typescript-eslint/eslint-pluginfrom 8.12.1 to 8.12.2 by@​dependabotin codecov/codecov-action#1629
... (truncated)
Changelog
Sourced from codecov/codecov-action's changelog.
v5 Release
v5of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI. This will help ensure that the Action gets updates quicker.Migration Guide
The
v5release also coincides with the opt-out feature for tokens for public repositories. In theGlobal Upload Tokensection of the settings page of an organization in codecov.io, you can set the ability for Codecov to receive a coverage reports from any source. This will allow contributors or other members of a repository to upload without needing access to the Codecov token. For more details see how to upload without a token.[!WARNING] The following arguments have been changed
file(this has been deprecated in favor offiles)plugin(this has been deprecated in favor ofplugins)The following arguments have been added:
binarygcov_argsgcov_executablegcov_ignoregcov_includereport_typeskip_validationswift_projectYou can see their usage in the
action.ymlfile.What's Changed
- chore(deps): bump to eslint9+ and remove eslint-config-google by
@​thomasrockhu-codecovin codecov/codecov-action#1591- build(deps-dev): bump
@​octokit/webhooks-typesfrom 7.5.1 to 7.6.1 by@​dependabotin codecov/codecov-action#1595- build(deps-dev): bump typescript from 5.6.2 to 5.6.3 by
@​dependabotin codecov/codecov-action#1604- build(deps-dev): bump
@​typescript-eslint/parserfrom 8.8.0 to 8.8.1 by@​dependabotin codecov/codecov-action#1601- build(deps): bump
@​actions/corefrom 1.11.0 to 1.11.1 by@​dependabotin codecov/codecov-action#1597- build(deps): bump github/codeql-action from 3.26.9 to 3.26.11 by
@​dependabotin codecov/codecov-action#1596- build(deps-dev): bump
@​typescript-eslint/eslint-pluginfrom 8.8.0 to 8.8.1 by@​dependabotin codecov/codecov-action#1600- build(deps-dev): bump eslint from 9.11.1 to 9.12.0 by
@​dependabotin codecov/codecov-action#1598- build(deps): bump github/codeql-action from 3.26.11 to 3.26.12 by
@​dependabotin codecov/codecov-action#1609- build(deps): bump actions/checkout from 4.2.0 to 4.2.1 by
@​dependabotin codecov/codecov-action#1608- build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3 by
@​dependabotin codecov/codecov-action#1607- build(deps-dev): bump
@​typescript-eslint/parserfrom 8.8.1 to 8.9.0 by@​dependabotin codecov/codecov-action#1612- build(deps-dev): bump
@​typescript-eslint/eslint-pluginfrom 8.8.1 to 8.9.0 by@​dependabotin codecov/codecov-action#1611- build(deps-dev): bump
@​typescript-eslint/eslint-pluginfrom 8.9.0 to 8.10.0 by@​dependabotin codecov/codecov-action#1615- build(deps-dev): bump eslint from 9.12.0 to 9.13.0 by
@​dependabotin codecov/codecov-action#1618- build(deps): bump github/codeql-action from 3.26.12 to 3.26.13 by
@​dependabotin codecov/codecov-action#1617- build(deps-dev): bump
@​typescript-eslint/parserfrom 8.9.0 to 8.10.0 by@​dependabotin codecov/codecov-action#1614- build(deps-dev): bump
@​typescript-eslint/eslint-pluginfrom 8.10.0 to 8.11.0 by@​dependabotin codecov/codecov-action#1620- build(deps-dev): bump
@​typescript-eslint/parserfrom 8.10.0 to 8.11.0 by@​dependabotin codecov/codecov-action#1619- build(deps-dev): bump
@​types/jestfrom 29.5.13 to 29.5.14 by@​dependabotin codecov/codecov-action#1622- build(deps): bump actions/checkout from 4.2.1 to 4.2.2 by
@​dependabotin codecov/codecov-action#1625- build(deps): bump github/codeql-action from 3.26.13 to 3.27.0 by
@​dependabotin codecov/codecov-action#1624- build(deps-dev): bump
@​typescript-eslint/eslint-pluginfrom 8.11.0 to 8.12.1 by@​dependabotin codecov/codecov-action#1626- build(deps-dev): bump
@​typescript-eslint/eslint-pluginfrom 8.12.1 to 8.12.2 by@​dependabotin codecov/codecov-action#1629- build(deps-dev): bump
@​typescript-eslint/parserfrom 8.11.0 to 8.12.2 by@​dependabotin codecov/codecov-action#1628
... (truncated)
Commits
7f8b4b4chore(release): wrapper-0.0.30 (#1715)c2fcb21chore(release): 5.1.0 (#1714)0192401chore(release): wrapper-0.0.29 (#1713)cda5e55fix: hide unnecessary error on shasum (#1692)2ed5abcbuild(deps): bump github/codeql-action from 3.27.4 to 3.27.5 (#1701)015f24echore(release): 5.0.7 (#1691)a76271dfix: use HEAD_REPO (#1690)d168679chore(release): 5.0.6 (#1689)373fd71fix: update CODECOV_TOKEN and fix tokenless (#1688)288befbchore(release): 5.0.5 (#1686)- 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