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 actions group in /.github/workflows with 11 updates #385

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2024

Bumps the actions group in /.github/workflows with 11 updates:

Package From To
actions/checkout 2 4
actions/setup-go 2 5
actions/github-script 6 7
actions/upload-artifact 3 4
azure/k8s-bake 2.2 2.4
Azure/k8s-deploy 4.0 4.10
asdf-vm/actions 1 3
dawidd6/action-download-artifact 2 6
peter-evans/create-pull-request 4 7
mukunku/tag-exists-action 1.1.0 1.6.0
softprops/action-gh-release 1 2

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.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

v4.0.0

v3.6.0

v3.5.3

... (truncated)

Commits

Updates actions/setup-go from 2 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: actions/setup-go@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: actions/setup-go@v4...v4.1.0

v4.0.1

What's Changed

New Contributors

Full Changelog: actions/setup-go@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

Updates actions/github-script from 6 to 7

Release notes

Sourced from actions/github-script's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/github-script@v6.4.1...v7.0.0

v6.4.1

What's Changed

New Contributors

Full Changelog: actions/github-script@v6.4.0...v6.4.1

v6.4.0

What's Changed

New Contributors

Full Changelog: actions/github-script@v6.3.3...v6.4.0

v6.3.3

What's Changed

New Contributors

Full Changelog: actions/github-script@v6.3.2...v6.3.3

v6.3.2

What's Changed

... (truncated)

Commits
  • 60a0d83 Merge pull request #440 from actions/joshmgross/v7.0.1
  • b7fb200 Update version to 7.0.1
  • 12e22ed Merge pull request #439 from actions/joshmgross/avoid-setting-base-url
  • d319f8f Avoid setting baseUrl to undefined when input is not provided
  • e69ef54 Merge pull request #425 from actions/joshmgross/node-20
  • ee0914b Update licenses
  • d6fc56f Use @types/node for Node 20
  • 384d6cf Fix quotations in tests
  • 8472492 Only validate GraphQL previews
  • 84903f5 Remove node-fetch from type
  • Additional commits viewable in compare view

Updates actions/upload-artifact from 3 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.2.1

What's Changed

This fixes the include-hidden-files input introduced in https://github.com/actions/upload-artifact/releases/tag/v3.2.0

Full Changelog: actions/upload-artifact@v3.2.0...v3.2.1

v3.2.1-node20

What's Changed

This fixes the include-hidden-files input introduced in https://github.com/actions/upload-artifact/releases/tag/v3.2.0-node20

Full Changelog: actions/upload-artifact@v3.2.0-node20...v3.2.1-node20

v3.2.0

Notice: Breaking Changes ⚠️

We will no longer include hidden files and folders by default in the upload-artifact action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option, include-hidden-files, to continue to do so.

See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.

What's Changed

... (truncated)

Commits
  • 5076954 Merge pull request #598 from actions/joshmgross/exclude-hidden-files
  • d52396a Add a warning about enabling include-hidden-files
  • 710f362 Remove "merged" from include-hidden-files input description
  • 3b315f2 npm run release again 🙂
  • 3be2180 Remove another trailing comma
  • 453e8d0 Update glob license
  • 0a398c1 npm run release
  • a0c40cf Update to latest @actions/glob and fix tests
  • acb59e4 lint
  • cb6558b Exclude hidden files by default
  • Additional commits viewable in compare view

Updates azure/k8s-bake from 2.2 to 2.4

Release notes

Sourced from azure/k8s-bake's releases.

v2.4 release

Commits

  • a5250b2: added node modules for release (#43) (rsamigullin) #43
  • bb31249: v2 new release (#47) (github-actions[bot]) #47
  • 97c530f: v2 new release (#54) (github-actions[bot]) #54
  • 01575fa: v2 new release (#68) (github-actions[bot]) #68
  • 24950e3: v2 new release (#79) (github-actions[bot]) #79

v2.3 release

Commits

  • a5250b2: added node modules for release (#43) (rsamigullin) #43
  • bb31249: v2 new release (#47) (github-actions[bot]) #47
  • 97c530f: v2 new release (#54) (github-actions[bot]) #54
  • 01575fa: v2 new release (#68) (github-actions[bot]) #68
Commits

Updates Azure/k8s-deploy from 4.0 to 4.10

Release notes

Sourced from Azure/k8s-deploy's releases.

v4.10 release

Commits

  • d7506e9: Add node modules and compiled JavaScript from main (#198) (github-actions[bot]) #198
  • 6ecb006: v4 new release (#205) (github-actions[bot]) #205
  • 497ce63: v4 new release (#212) (github-actions[bot]) #212
  • 4e60e95: v4 new release (#224) (github-actions[bot]) #224
  • bba74ad: v4 new release (#232) (github-actions[bot]) #232
  • 2ee6236: v4 new release (#248) (github-actions[bot]) #248
  • a2de818: v4 new release (#253) (github-actions[bot]) #253
  • d89c89b: v4 new release (#261) (github-actions[bot]) #261
  • c7b3487: v4 new release (#268) (github-actions[bot]) #268
  • 5782616: v4 new release (#274) (github-actions[bot]) #274
  • 1bfee9d: Merge branch 'releases/v4' into tmp (David Gamero)
  • 1082a92: new v4 release (David Gamero)

4.10.0

Added

  • #287 Make annotating resources optional
  • #283 Fix “Service” route-method of the Blue-Green strategy with some manifest files
  • #281 bump codeql to node 16
  • #279 upgrade codeql
  • #276 Fixes multiple namespaces bug

v4.10.0

Added

  • #287 Make annotating resources optional
  • #283 Fix “Service” route-method of the Blue-Green strategy with some manifest files
  • #281 bump codeql to node 16
  • #279 upgrade codeql
  • #276 Fixes multiple namespaces bug

v4.9 release

Commits

  • d7506e9: Add node modules and compiled JavaScript from main (#198) (github-actions[bot]) #198
  • 6ecb006: v4 new release (#205) (github-actions[bot]) #205
  • 497ce63: v4 new release (#212) (github-actions[bot]) #212
  • 4e60e95: v4 new release (#224) (github-actions[bot]) #224
  • bba74ad: v4 new release (#232) (github-actions[bot]) #232
  • 2ee6236: v4 new release (#248) (github-actions[bot]) #248
  • a2de818: v4 new release (#253) (github-actions[bot]) #253
  • d89c89b: v4 new release (#261) (github-actions[bot]) #261
  • c7b3487: v4 new release (#268) (github-actions[bot]) #268
  • 5782616: v4 new release (#274) (github-actions[bot]) #274

v4.8 release

Resolves issue causing annotations to be applied to deployed resources multiple times, causing action to work extremely slowly and/or time out.

v4.7 release

... (truncated)

Changelog

Sourced from Azure/k8s-deploy's changelog.

Changelog

[5.0.0] - 2024-03-12

Changed

  • #309 Updated to Node20 and upgraded release workflows to @​v1 tag
  • #306 update release workflow to use new prefix, remove deprecated release
  • #303 fix: ensure imageNames are not empty strings
  • #299 bump release workflow sha
  • #298 bump minikube to fix runner deps
  • #297 update release workflow

Added

  • #304 add v prefix for version tagging
  • #302 adding ncc to build
  • #301 adding release workflow artifact fix

[4.10.0] - 2023-10-30

Added

  • #287 Make annotating resources optional
  • #283 Fix “Service” route-method of the Blue-Green strategy with some manifest files
  • #281 bump codeql to node 16
  • #279 upgrade codeql
  • #276 Fixes multiple namespaces bug
Commits
  • 1082a92 new v4 release
  • 1bfee9d Merge branch 'releases/v4' into tmp
  • e52890d Fix “Service” route-method of the Blue-Green strategy with some manifest file...
  • dd4bbd1 bump codeql to node 16 (#281)
  • ecb4882 Fixes multiple namespaces bug (#276)
  • 756cc0a upgrade codeql (#279)
  • dcaec01 Check for error from Azure when using the private-cluster feature (#270)
  • 5782616 v4 new release (#274)
  • 7dae909 abstract methods to avoid drift (#273)
  • e8a841d Fixing Regex Issue + Adding Check for Failures Connecting to Github Repos (#271)
  • Additional commits viewable in compare view

Updates asdf-vm/actions from 1 to 3

Release notes

Sourced from asdf-vm/actions's releases.

v3.0.0

3.0.0 (2023-09-17)

⚠ BREAKING CHANGES

  • bump action to node20 (#563)

Features

v2.2.0

2.2.0 (2023-04-02)

Features

v2.1.0

2.1.0 (2023-03-15)

Features

  • skip_install option to skip asdf install on setup (#536) (c926367)

v2.0.1

2.0.1 (2023-03-15)

Bug Fixes

v2.0.0

2.0.0 (2023-03-09)

⚠ BREAKING CHANGES

Bug Fixes

  • update codeql for dependabot compat (3f6d713)
  • use correct trigger type (d464031)

... (truncated)

Changelog

Sourced from asdf-vm/actions's changelog.

Changelog

All notable changes to this project will be documented in this file.

3.0.2 (2023-10-12)

Patches

Commits
  • 05e0d2e chore(master): release 3.0.2 (#570)
  • c01a934 fix: update lockfile
  • 5af578e chore(master): release 3.0.1 (#569)
  • e4a312a fix: set same pnpm & node versions in pkg.json as in tool-versions
  • 06099c4 chore(deps): bump amannn/action-semantic-pull-request from 5.2.0 to 5.3.0 (#567)
  • 4f8f793 chore(master): release 3.0.0 (#558)
  • 8e409b5 chore(deps): bump actions/checkout from 2 to 4 (#565)
  • a2d44a7 feat!: bump action to node20 (#563)
  • 3558a40 ci: group npm Dependabot PRs (#564)
  • 8b8467c chore(deps): bump asdf-vm/actions from 2.1.0 to 2.2.0 (#554)
  • Additional commits viewable in compare view

Updates dawidd6/action-download-artifact from 2 to 6

Release notes

Sourced from dawidd6/action-download-artifact's releases.

v6

Full Changelog: dawidd6/action-download-artifact@v5...v6

v5

Full Changelog: dawidd6/action-download-artifact@v4...v5

v4

What's Changed

New Contributors

Full Changelog: dawidd6/action-download-artifact@v3...v4

v3.1.4

What's Changed

New Contributors

Full Changelog: dawidd6/action-download-artifact@v3...v3.1.4

v3.1.3

What's Changed

Full Changelog: dawidd6/action-download-artifact@v3.1.2...v3.1.3

v3.1.2

What's Changed

New Contributors

Full Changelog: dawidd6/action-download-artifact@v3.1.1...v3.1.2

v3.1.1

What's Changed

... (truncated)

Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 12, 2024
@davidgamero davidgamero enabled auto-merge (squash) September 19, 2024 23:18
Bumps the actions group in /.github/workflows with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `2` | `4` |
| [actions/setup-go](https://github.com/actions/setup-go) | `2` | `5` |
| [actions/github-script](https://github.com/actions/github-script) | `6` | `7` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `3` | `4` |
| [azure/k8s-bake](https://github.com/azure/k8s-bake) | `2.2` | `2.4` |
| [Azure/k8s-deploy](https://github.com/azure/k8s-deploy) | `4.0` | `4.10` |
| [asdf-vm/actions](https://github.com/asdf-vm/actions) | `1` | `3` |
| [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) | `2` | `6` |
| [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `4` | `7` |
| [mukunku/tag-exists-action](https://github.com/mukunku/tag-exists-action) | `1.1.0` | `1.6.0` |
| [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `1` | `2` |


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 `actions/setup-go` from 2 to 5
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2...v5)

Updates `actions/github-script` from 6 to 7
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v6...v7)

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

Updates `azure/k8s-bake` from 2.2 to 2.4
- [Release notes](https://github.com/azure/k8s-bake/releases)
- [Changelog](https://github.com/Azure/k8s-bake/blob/main/CHANGELOG.md)
- [Commits](Azure/k8s-bake@v2.2...v2.4)

Updates `Azure/k8s-deploy` from 4.0 to 4.10
- [Release notes](https://github.com/azure/k8s-deploy/releases)
- [Changelog](https://github.com/Azure/k8s-deploy/blob/main/CHANGELOG.md)
- [Commits](Azure/k8s-deploy@v4.0...v4.10)

Updates `asdf-vm/actions` from 1 to 3
- [Release notes](https://github.com/asdf-vm/actions/releases)
- [Changelog](https://github.com/asdf-vm/actions/blob/master/CHANGELOG.md)
- [Commits](asdf-vm/actions@v1...v3)

Updates `dawidd6/action-download-artifact` from 2 to 6
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](dawidd6/action-download-artifact@v2...v6)

Updates `peter-evans/create-pull-request` from 4 to 7
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v4...v7)

Updates `mukunku/tag-exists-action` from 1.1.0 to 1.6.0
- [Release notes](https://github.com/mukunku/tag-exists-action/releases)
- [Commits](mukunku/tag-exists-action@5dfe2bf...bdad1ea)

Updates `softprops/action-gh-release` from 1 to 2
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v1...v2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: azure/k8s-bake
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: Azure/k8s-deploy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: asdf-vm/actions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: mukunku/tag-exists-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/dot-github/workflows/actions-49c50f2ba2 branch from ae44264 to 7e963e2 Compare September 30, 2024 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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