Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the gomod-version group with 8 updates #1823

Merged
merged 2 commits into from
Mar 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2024

Bumps the gomod-version group with 8 updates:

Package From To
actions/checkout 2 4
dorny/paths-filter 2 3
buildjet/cache 3 4
actions/upload-artifact 2 4
bufbuild/buf-breaking-action 1.1.1 1.1.3
docker/setup-buildx-action 1 3
goreleaser/goreleaser-action 4 5
nowsprinting/check-version-format-action 3 4

Updates actions/checkout from 2 to 4

Release notes

Sourced from actions/checkout's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v4.0.0

v3.6.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3.5.3...v3.6.0

v3.5.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v3.5.3

v3.5.2

What's Changed

Full Changelog: actions/checkout@v3.5.1...v3.5.2

v3.5.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.1.2

v4.1.1

v4.1.0

v4.0.0

v3.6.0

v3.5.3

v3.5.2

v3.5.1

v3.5.0

v3.4.0

v3.3.0

v3.2.0

... (truncated)

Commits

Updates dorny/paths-filter from 2 to 3

Release notes

Sourced from dorny/paths-filter's releases.

v3.0.0

What's Changed

New Contributors

Full Changelog: dorny/paths-filter@v2.11.1...v3.0.0

v2.11.1

v2.11.0

v2.10.2

v2.10.1

v2.10.0

v2.9.3

v2.9.2

v2.9.1

v2.9.0

v2.8.0

... (truncated)

Changelog

Sourced from dorny/paths-filter's changelog.

Changelog

v3.0.2

v3.0.1

v3.0.0

v2.11.1

v2.11.0

v2.10.2

v2.10.1

v2.10.0

v2.9.3

v2.9.2

v2.9.1

v2.9.0

v2.8.0

... (truncated)

Commits
  • de90cc6 Update dist and CHANGELOG for v3.0.2
  • cf89abd Merge pull request #224 from petermetz/feat-filter-predicate-quantifier
  • f90d526 feat: add config parameter for predicate quantifier
  • ebc4d7e Update CHANGELOG for v3.0.1
  • 45f16f1 Merge pull request #133 from frouioui/main
  • 5da0e4c Merge branch 'master'
  • 1441771 Update README.md
  • 0bc4621 Bump major version to v3
  • 7267a85 Update CHANGELOG for v2.12.0
  • e36f112 Merge pull request #215 from dorny/update-dependencies
  • Additional commits viewable in compare view

Updates buildjet/cache from 3 to 4

Changelog

Sourced from buildjet/cache's changelog.

Releases

3.0.0

  • Updated minimum runner version support from node 12 -> node 16

3.0.1

  • Added support for caching from GHES 3.5.
  • Fixed download issue for files > 2GB during restore.

3.0.2

  • Added support for dynamic cache size cap on GHES.

3.0.3

  • Fixed avoiding empty cache save when no files are available for caching. (issue)

3.0.4

  • Fixed tar creation error while trying to create tar with path as ~/ home folder on ubuntu-latest. (issue)

3.0.5

  • Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit. (PR)

3.0.6

  • Fixed #809 - zstd -d: no such file or directory error
  • Fixed #833 - cache doesn't work with github workspace directory

3.0.7

  • Fixed #810 - download stuck issue. A new timeout is introduced in the download process to abort the download if it gets stuck and doesn't finish within an hour.

3.0.8

  • Fix zstd not working for windows on gnu tar in issues #888 and #891.
  • Allowing users to provide a custom timeout as input for aborting download of a cache segment using an environment variable SEGMENT_DOWNLOAD_TIMEOUT_MINS. Default is 60 minutes.

3.0.9

  • Enhanced the warning message for cache unavailablity in case of GHES.

3.0.10

  • Fix a bug with sorting inputs.
  • Update definition for restore-keys in README.md

... (truncated)

Commits
  • 2bbce90 Updating to work with BuildJet's cache package - v4
  • a2ed59d Merge pull request #1305 from actions/yacaovsnc/update_examples
  • dc88ab5 Update examples
  • 1d78355 Merge pull request #1304 from actions/yacaovsnc/update_readme
  • c36458f Update README.md
  • 13aacd8 Merge pull request #1242 from to-s/main
  • 53b35c5 Merge branch 'main' into main
  • 65b8989 Merge pull request #1284 from takost/update-to-node-20
  • d0be34d Fix dist
  • 66cf064 Merge branch 'main' into update-to-node-20
  • Additional commits viewable in compare view

Updates actions/upload-artifact from 2 to 4

Release notes

Sourced from actions/upload-artifact's releases.

v4.0.0

What's Changed

The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.

ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloads must use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows.

For more information, please see:

  1. The changelog post.
  2. The README.
  3. The migration documentation.
  4. As well as the underlying npm package, @​actions/artifact documentation.

New Contributors

Full Changelog: actions/upload-artifact@v3...v4.0.0

v3.1.3

What's Changed

Full Changelog: actions/upload-artifact@v3...v3.1.3

v3.1.2

  • Update all @actions/* NPM packages to their latest versions- #374
  • Update all dev dependencies to their most recent versions - #375

v3.1.1

  • Update actions/core package to latest version to remove set-output deprecation warning #351

v3.1.0

What's Changed

v3.0.0

What's Changed

  • Update default runtime to node16 (#293)
  • Update package-lock.json file version to 2 (#302)

Breaking Changes

With the update to Node 16, all scripts will now be run with Node 16 rather than Node 12.

v2.3.1

Fix for empty fails on Windows failing on upload #281

v2.3.0 Upload Artifact

... (truncated)

Commits
  • 5d5d22a Merge pull request #515 from actions/eggyhead/update-artifact-v2.1.1
  • f1e993d update artifact license
  • 4881bfd updating dist:
  • a30777e @​eggyhead
  • 3a80482 Merge pull request #511 from actions/robherley/migration-docs-typo
  • 9d63e3f Merge branch 'main' into robherley/migration-docs-typo
  • dfa1ab2 fix typo with v3 artifact downloads in migration guide
  • d00351b Merge pull request #509 from markmssd/patch-1
  • 707f5a7 Update limitation of 10 artifacts upload to 500
  • 26f96df Merge pull request #505 from actions/robherley/merge-artifacts
  • Additional commits viewable in compare view

Updates bufbuild/buf-breaking-action from 1.1.1 to 1.1.3

Release notes

Sourced from bufbuild/buf-breaking-action's releases.

v1.1.3

  • Upgrade dependencies.
  • No other major changes.

v1.1.2

  • Upgrade dependencies.
  • No other major changes.
Commits

Updates docker/setup-buildx-action from 1 to 3

Release notes

Sourced from docker/setup-buildx-action's releases.

v3.0.0

Full Changelog: docker/setup-buildx-action@v2.10.0...v3.0.0

v2.10.0

Full Changelog: docker/setup-buildx-action@v2.9.1...v2.10.0

v2.9.1

Full Changelog: docker/setup-buildx-action@v2.9.0...v2.9.1

v2.9.0

  • Bump @​docker/actions-toolkit from 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: docker/setup-buildx-action@v2.8.0...v2.9.0

v2.8.0

Full Changelog: docker/setup-buildx-action@v2.7.0...v2.8.0

v2.7.0

Full Changelog: docker/setup-buildx-action@v2.6.0...v2.7.0

v2.6.0

Full Changelog: docker/setup-buildx-action@v2.5.0...v2.6.0

v2.5.0

Full Changelog: docker/setup-buildx-action@v2.4.1...v2.5.0

v2.4.1

... (truncated)

Commits
  • 2b51285 Merge pull request #306 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 0f00370 chore: update generated content
  • 11c9683 build(deps): bump @​docker/actions-toolkit from 0.18.0 to 0.19.0
  • 56a16b8 Merge pull request #303 from crazy-max/fix-inputs
  • c23f46e chore: update generated content
  • f876da6 rename and align config inputs
  • b7cf918 Merge pull request #304 from crazy-max/rm-docs-dir
  • 0150f0e chore: remove docs dir
  • d89f1f9 Merge pull request #302 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 12d65f6 chore: update generated content
  • Additional commits viewable in compare view

Updates goreleaser/goreleaser-action from 4 to 5

Release notes

Sourced from goreleaser/goreleaser-action's releases.

v5.0.0

What's Changed

Full Changelog: goreleaser/goreleaser-action@v4.6.0...v5.0.0

v4.6.0

Reverts the change to node20 runtime.

Full Changelog: goreleaser/goreleaser-action@v4.5.0...v4.6.0

v4.5.0

What's Changed

New Contributors

Full Changelog: goreleaser/goreleaser-action@v4.4.0...v4.5.0

v4.4.0

What's Changed

Full Changelog: goreleaser/goreleaser-action@v4.3.0...v4.4.0

v4.3.0

What's Changed

New Contributors

Full Changelog: goreleaser/goreleaser-action@v4.2.0...v4.3.0

... (truncated)

Commits
  • 7ec5c2b chore(deps): bump @​actions/core from 1.10.0 to 1.10.1 (#434)
  • 3529a65 chore: node 20 as default runtime (#432)
  • d2f6e33 chore(deps): bump crazy-max/ghaction-import-gpg from 5 to 6 (#433)
  • See full diff in compare view

Updates nowsprinting/check-version-format-action from 3 to 4

Release notes

Sourced from nowsprinting/check-version-format-action's releases.

v4.0.0

What’s Changed

🧰 Maintenance

v3.2.10

What’s Changed

🧰 Maintenance

v3.2.9

What’s Changed

🧰 Maintenance

v3.2.8

What’s Changed

🧰 Maintenance

v3.2.7

What’s Changed

🧰 Maintenance

v3.2.6

What’s Changed

🧰 Maintenance

v3.2.5

What’s Changed

... (truncated)

Commits
  • 267dce9 Merge pull request #325 from nowsprinting/release/4.0.1
  • 6d6c290 Bump version to v4.0.1
  • 7b1a1c5 Merge pull request #324 from nowsprinting/dependabot/npm_and_yarn/undici-5.28.3
  • 1c1ad69 Run package
  • 5e41fcb Bump undici from 5.28.2 to 5.28.3
  • 06f8fe9 Merge pull request #323 from nowsprinting/dependabot/github_actions/TimonVS/p...
  • 56aa7b1 Bump TimonVS/pr-labeler-action from 4 to 5
  • c69f005 Merge pull request #322 from nowsprinting/dependabot/github_actions/Gamesight...
  • 7d8c2ef Bump Gamesight/slack-workflow-status from 1.2.0 to 1.3.0
  • 6f2d298 Merge pull request #321 from nowsprinting/dependabot/github_actions/release-d...
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

@dependabot dependabot bot requested a review from a team March 19, 2024 22:59
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 19, 2024
@vroldanbet vroldanbet force-pushed the dependabot/github_actions/gomod-version-8f9044bf1d branch from 063ce96 to faf7f5c Compare March 20, 2024 08:47
@vroldanbet vroldanbet enabled auto-merge March 20, 2024 08:47
vroldanbet
vroldanbet previously approved these changes Mar 20, 2024
dependabot bot and others added 2 commits March 20, 2024 09:36
Bumps the gomod-version group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `2` | `4` |
| [dorny/paths-filter](https://github.com/dorny/paths-filter) | `2` | `3` |
| [buildjet/cache](https://github.com/buildjet/cache) | `3` | `4` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `2` | `4` |
| [bufbuild/buf-breaking-action](https://github.com/bufbuild/buf-breaking-action) | `1.1.1` | `1.1.3` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `1` | `3` |
| [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) | `4` | `5` |
| [nowsprinting/check-version-format-action](https://github.com/nowsprinting/check-version-format-action) | `3` | `4` |


Updates `actions/checkout` from 2 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

Updates `dorny/paths-filter` from 2 to 3
- [Release notes](https://github.com/dorny/paths-filter/releases)
- [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md)
- [Commits](dorny/paths-filter@v2...v3)

Updates `buildjet/cache` from 3 to 4
- [Changelog](https://github.com/BuildJet/cache/blob/main/RELEASES.md)
- [Commits](BuildJet/cache@v3...v4)

Updates `actions/upload-artifact` from 2 to 4
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v2...v4)

Updates `bufbuild/buf-breaking-action` from 1.1.1 to 1.1.3
- [Release notes](https://github.com/bufbuild/buf-breaking-action/releases)
- [Commits](bufbuild/buf-breaking-action@v1.1.1...v1.1.3)

Updates `docker/setup-buildx-action` from 1 to 3
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v1...v3)

Updates `goreleaser/goreleaser-action` from 4 to 5
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@v4...v5)

Updates `nowsprinting/check-version-format-action` from 3 to 4
- [Release notes](https://github.com/nowsprinting/check-version-format-action/releases)
- [Commits](nowsprinting/check-version-format-action@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gomod-version
- dependency-name: dorny/paths-filter
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gomod-version
- dependency-name: buildjet/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gomod-version
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gomod-version
- dependency-name: bufbuild/buf-breaking-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-version
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gomod-version
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gomod-version
- dependency-name: nowsprinting/check-version-format-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gomod-version
...

Signed-off-by: dependabot[bot] <[email protected]>
@vroldanbet vroldanbet force-pushed the dependabot/github_actions/gomod-version-8f9044bf1d branch from 82faa73 to 6cf99a8 Compare March 20, 2024 09:36
@vroldanbet vroldanbet disabled auto-merge March 20, 2024 10:09
@vroldanbet vroldanbet merged commit cdc08ea into main Mar 20, 2024
19 of 21 checks passed
@vroldanbet vroldanbet deleted the dependabot/github_actions/gomod-version-8f9044bf1d branch March 20, 2024 10:09
@github-actions github-actions bot locked and limited conversation to collaborators Mar 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant