labd / terraform-provider-commercetools

Terraform provider for commercetools
https://registry.terraform.io/providers/labd/commercetools/latest/docs
Mozilla Public License 2.0
64 stars 68 forks source link

chore(deps): bump the github-actions group with 7 updates #489

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the github-actions group with 7 updates:

Package From To
actions/checkout 3 4
actions/setup-go 4 5
goreleaser/goreleaser-action 2 5
hashicorp/setup-terraform 2 3
golangci/golangci-lint-action 3 5
codecov/codecov-action 3 4
actions/add-to-project 0.5.0 1.0.1

Updates actions/checkout from 3 to 4

Release notes

Sourced from actions/checkout's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3...v4.0.0

v3.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3.5.3...v3.6.0

v3.5.3

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3...v3.5.3

v3.5.2

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/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.4

v4.1.3

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

... (truncated)

Commits


Updates actions/setup-go from 4 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:

New Contributors

Full 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 @​dsame in actions/setup-go#393 and OS version was added to primaryKey for Ubuntu runners to avoid conflicts (actions/setup-go#383)

This release also includes the following changes:

New Contributors

Full Changelog: https://github.com/actions/setup-go/compare/v4...v4.1.0

v4.0.1

What's Changed

New Contributors

Full Changelog: https://github.com/actions/setup-go/compare/v4...v4.0.1

Commits


Updates goreleaser/goreleaser-action from 2 to 5

Release notes

Sourced from goreleaser/goreleaser-action's releases.

v5.0.0

What's Changed

Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.6.0...v5.0.0

v4.6.0

Reverts the change to node20 runtime.

Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.5.0...v4.6.0

v4.5.0

What's Changed

New Contributors

Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.4.0...v4.5.0

v4.4.0

What's Changed

Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.3.0...v4.4.0

v4.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/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)
  • 5fdedb9 revert: node20 change
  • 81d9ad7 feat: bump to use node20 runtime, actions/checkout to v4 (#430)
  • a10d0e3 chore(deps): bump word-wrap from 1.2.3 to 1.2.5 (#427)
  • 3fa32b8 feat(deps): update semver, @​actions/http-client
  • c7c9447 feat: support oss nightlies (#424)
  • 920a7cb chore(deps): bump semver from 7.5.0 to 7.5.1 (#417)
  • 336e299 feat: support nightly (#419)
  • Additional commits viewable in compare view


Updates hashicorp/setup-terraform from 2 to 3

Release notes

Sourced from hashicorp/setup-terraform's releases.

v3.0.0

NOTES:

  • Updated default runtime to node20 (#346)
  • The wrapper around the installed Terraform binary has been fixed to return the exact STDOUT and STDERR from Terraform when executing commands. Previous versions of setup-terraform may have required workarounds to process the STDOUT in bash, such as filtering out the first line or selectively parsing STDOUT with jq. These workarounds may need to be adjusted with v3.0.0, which will now return just the STDOUT/STDERR from Terraform with no errant characters/statements. (#367)

BUG FIXES:

  • Fixed malformed stdout when wrapper is enabled (#367)

v2.0.3

What's Changed

NOTES

Full Changelog: https://github.com/hashicorp/setup-terraform/compare/v2.0.2...v2.0.3

v2.0.2

What's Changed

NOTES

INTERNAL

Full Changelog: https://github.com/hashicorp/setup-terraform/compare/v2.0.1...v2.0.2

v2.0.1

What's Changed

ENHANCEMENTS

BUG FIXES

INTERNAL

... (truncated)

Changelog

Sourced from hashicorp/setup-terraform's changelog.

3.1.0 (2024-04-23)

ENHANCEMENTS:

  • Automatically fallback to darwin/amd64 for Terraform versions before 1.0.2 as releases for darwin/arm64 are not available (#409)

3.0.0 (2023-10-30)

NOTES:

  • Updated default runtime to node20 (#346)
  • The wrapper around the installed Terraform binary has been fixed to return the exact STDOUT and STDERR from Terraform when executing commands. Previous versions of setup-terraform may have required workarounds to process the STDOUT in bash, such as filtering out the first line or selectively parsing STDOUT with jq. These workarounds may need to be adjusted with v3.0.0, which will now return just the STDOUT/STDERR from Terraform with no errant characters/statements. (#367)

BUG FIXES:

  • Fixed malformed stdout when wrapper is enabled (#367)

[2.0.3] (2022-11-01)

NOTES

  • Reduced occurrences of GitHub Actions warnings for setting output #247

[2.0.2] (2022-10-12)

BUG FIXES

INTERNAL

[2.0.1] (2022-10-12)

ENHANCEMENTS

BUG FIXES

INTERNAL

... (truncated)

Commits
  • 97f030c Update package version
  • c9227a4 Update changelog
  • 22013f7 Automatically fallback to darwin/amd64 for Terraform versions before 1.0.2 (#...
  • a75f1a3 Bump nock from 13.5.3 to 13.5.4 (#400)
  • b033326 Bump nock from 13.5.1 to 13.5.3 (#399)
  • 0051b26 Result of tsccr-helper -log-level=info gha update -latest . (#398)
  • e45327d Bump undici from 5.26.4 to 5.28.3 (#397)
  • 2417443 Remove husky tool + fix lint error (#394)
  • e12a014 Remove precommit and update dependabot (#393)
  • 521e785 Bump nock from 13.5.0 to 13.5.1 (#392)
  • Additional commits viewable in compare view


Updates golangci/golangci-lint-action from 3 to 5

Release notes

Sourced from golangci/golangci-lint-action's releases.

v5.0.0

What's Changed

skip-pkg-cache and skip-build-cache have been removed because the cache related to Go itself is already handled by actions/setup-go.

Changes

New Contributors

Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v4.0.1...v5.0.0

v4.0.1

What's Changed

Documentation

Dependencies

... (truncated)

Commits
  • 9d1e062 feat: only new issues enhancements (#1029)
  • 692c9c9 build(deps-dev): bump @​typescript-eslint/eslint-plugin from 7.7.0 to 7.7.1 (#...
  • ef6d5d0 build(deps-dev): bump @​typescript-eslint/parser from 7.7.0 to 7.7.1 (#1027)
  • d149ece docs: update readme
  • f89fd48 docs: update readme
  • 47ef1b2 docs: update readme
  • 7c0f80c docs: update readme
  • 3adb6d0 docs: update readme
  • 03a8ce6 docs: update readme
  • 82d40c2 feat: remove Go cache management (#1024)
  • Additional commits viewable 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 node20 action due to node16 deprecation. 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

v3 versions and below will not have access to CLI features (e.g. global upload token, ATS).

What's Changed

changeset-bot[bot] commented 2 months ago

⚠️ No Changeset found

Latest commit: 77cd28a5cd2159e01e3fa43022ce08d972e9cc74

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

demeyerthom commented 2 months ago

@dependabot recreate

dependabot[bot] commented 2 months ago

Superseded by #490.