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

chore(deps): update all actions #6

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 17, 2023

This PR contains the following updates:

Package Type Update Change
actions/checkout action minor v3.3.0 -> v3.6.0
appleboy/ssh-action action patch v0.1.8 -> v0.1.10
bobheadxi/deployments action minor v1.4.0 -> v1.5.0
docker/build-push-action action minor v4.0.0 -> v4.2.1
docker/login-action action minor v2.1.0 -> v2.2.0
docker/setup-buildx-action action minor v2.5.0 -> v2.10.0
getsentry/action-release action minor v1.3.1 -> v1.9.0
guidojw/actions action minor v1.3.3 -> v1.4.7
snok/container-retention-policy action minor v2.0.0 -> v2.2.1

Release Notes

actions/checkout (actions/checkout)

v3.6.0

Compare Source

v3.5.3

Compare Source

v3.5.2

Compare Source

v3.5.1

Compare Source

v3.5.0

Compare Source

v3.4.0

Compare Source

appleboy/ssh-action (appleboy/ssh-action)

v0.1.10

Compare Source

Enhancement

v0.1.9

Compare Source

Enhance

  • 5f64c95 - chore: improve SSH key handling and documentation
  • 3cd1bcf - feat: refactor code for parallel execution on multiple hosts (#​237 #​233)
  • 4958308 - docs: add traditional Chinese documentation. (5 weeks ago) <Bo-Yi.Wu>
bobheadxi/deployments (bobheadxi/deployments)

v1.5.0

Compare Source

What's Changed
New Contributors

Full Changelog: bobheadxi/deployments@v1.4.0...v1.5.0

docker/build-push-action (docker/build-push-action)

v4.2.1

Compare Source

Note

Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using provenance: false.

Full Changelog: docker/build-push-action@v4.2.0...v4.2.1

v4.2.0

Compare Source

Note

Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using provenance: false.

Full Changelog: docker/build-push-action@v4.1.1...v4.2.0

v4.1.1

Compare Source

Note

Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using provenance: false.

Full Changelog: docker/build-push-action@v4.1.0...v4.1.1

v4.1.0

Compare Source

Note

Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using provenance: false.

Full Changelog: docker/build-push-action@v4.0.0...v4.1.0

docker/login-action (docker/login-action)

v2.2.0

Compare Source

Full Changelog: docker/login-action@v2.1.0...v2.2.0

docker/setup-buildx-action (docker/setup-buildx-action)

v2.10.0

Compare Source

What's Changed

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

v2.9.1

Compare Source

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

v2.9.0

Compare Source

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

v2.8.0

Compare Source

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

v2.7.0

Compare Source

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

v2.6.0

Compare Source

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

getsentry/action-release (getsentry/action-release)

v1.9.0

Compare Source

What's Changed
Important Changes
  • feat(sourcemaps): Add inject option to inject debug ids into source files and sourcemaps (#​229)

A new option to inject Debug IDs into source files and sourcemaps was added to the action to ensure proper un-minifaction of your stacktraces. We strongly recommend enabling this by setting inject: true in your action alongside providing a path to sourcemaps.

Other Changes
  • feat(telemetry): Collect project specific tags (#​228)

Full Changelog: getsentry/action-release@v1...v1.9.0

v1.8.0

Compare Source

  • feat(telemetry): Add telemetry via @sentry/node #​213

The action sends telemetry data and crash reports to Sentry. This helps us improve the action. You can turn this off by setting disable_telemetry.

v1.7.0

Compare Source

  • Updates Sentry CLI to the latest 2.24.1 version

v1.6.0

Compare Source

Reverts the PR attempting to update the CLI to v2.x

v1.5.0

Compare Source

v1.4.1

Compare Source

What's Changed

Full Changelog: getsentry/action-release@v1.4.0...v1.4.1

v1.4.0: release

Compare Source

What's Changed

New Contributors

Full Changelog: getsentry/action-release@v1.3.1...v1.4.0

guidojw/actions (guidojw/actions)

v1.4.7

Compare Source

⚠ BREAKING CHANGES
  • update-check-run: delete action (#​54)
Miscellaneous Chores
  • deps: update all actions (#​49) (6cd2829)
  • deps: update dependency conventional-changelog-conventionalcommits to v8.0.0 (#​55) (3ad9638)
  • deps: update dependency semantic-release to v24 (#​51) (819dcf0)
  • deps: update docker/build-push-action action to v6 (#​52) (6a5034e)
  • deps: update node.js to v23 (#​53) (5a9acb7)
Code Refactoring

v1.4.6

Compare Source

Bug Fixes
Miscellaneous Chores

v1.4.5

Compare Source

Miscellaneous Chores
  • deps: update actions/download-artifact action to v4 (#​36) (2ec6d1b)
  • deps: update actions/setup-node action to v4.0.1 (#​38) (9b54c8b)
  • deps: update actions/upload-artifact action to v4 (#​37) (a2c7f82)
  • deps: update dependency node to v21.6.1 (#​35) (c9efd29)
  • deps: update louisbrunner/checks-action action to v2 (#​39) (5ae5c1f)

v1.4.4

Compare Source

Miscellaneous Chores

v1.4.3

Compare Source

Bug Fixes
  • semantic-release: include all update types in config (#​30) (dcd8dfc)

v1.4.2

Compare Source

v1.4.1

Compare Source

v1.4.0

Compare Source

Bug Fixes
  • semantic-release: add branches configuration (#​15) (870d7c8)
Features
snok/container-retention-policy (snok/container-retention-policy)

v2.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: snok/container-retention-policy@v2...v2.2.1

v2.2.0

Compare Source

What's Changed

This new version of the action introduces a token-type input variable, which enables the use of GITHUB_TOKEN instead of a personal access token - by @​Injabie3 in https://github.com/snok/container-retention-policy/pull/70

New Contributors

Full Changelog: snok/container-retention-policy@v2...v2.2.0

v2.1.3

Compare Source

What's Changed

New Contributors

Full Changelog: snok/container-retention-policy@v2...v2.1.3

v2.1.2

Compare Source

What's Changed

New Contributors

Full Changelog: snok/container-retention-policy@v2...v2.1.2

v2.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: snok/container-retention-policy@v2...v2.1.1

v2.1.0

Compare Source

What's new

New Contributors

Full Changelog: snok/container-retention-policy@v2...v2.1.0

v2.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: snok/container-retention-policy@v2...v2.0.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-actions branch 3 times, most recently from 76491c4 to d6a94cb Compare March 21, 2023 01:37
@renovate renovate bot changed the title chore(deps): update actions/checkout action to v3.4.0 chore(deps): update actions/checkout action to v3.5.0 Mar 24, 2023
@renovate renovate bot force-pushed the renovate/all-actions branch from d6a94cb to 72f1af5 Compare March 24, 2023 07:33
@renovate renovate bot changed the title chore(deps): update actions/checkout action to v3.5.0 chore(deps): update all actions Apr 4, 2023
@renovate renovate bot force-pushed the renovate/all-actions branch from 72f1af5 to 99752b4 Compare April 4, 2023 16:23
@renovate renovate bot force-pushed the renovate/all-actions branch 4 times, most recently from e40b241 to 559ef1e Compare April 19, 2023 16:28
@renovate renovate bot force-pushed the renovate/all-actions branch 2 times, most recently from 1fd4bfb to b98898e Compare April 20, 2023 15:26
@renovate renovate bot force-pushed the renovate/all-actions branch from b98898e to 365dab7 Compare May 4, 2023 21:52
@renovate renovate bot force-pushed the renovate/all-actions branch 3 times, most recently from f07c96a to be2ae2d Compare June 4, 2023 02:57
@renovate renovate bot force-pushed the renovate/all-actions branch 2 times, most recently from 97828bb to b3b5495 Compare June 15, 2023 05:56
@renovate renovate bot force-pushed the renovate/all-actions branch from b3b5495 to cc0f886 Compare June 28, 2023 20:54
@renovate renovate bot force-pushed the renovate/all-actions branch 2 times, most recently from d0bff68 to 29643fa Compare July 12, 2023 17:58
@renovate renovate bot force-pushed the renovate/all-actions branch from 29643fa to 9f7f9b7 Compare August 7, 2023 05:24
@renovate renovate bot force-pushed the renovate/all-actions branch 2 times, most recently from 76da196 to 405f728 Compare August 29, 2023 02:55
@renovate renovate bot force-pushed the renovate/all-actions branch from 405f728 to 907eec9 Compare September 9, 2023 11:56
@renovate renovate bot force-pushed the renovate/all-actions branch from 907eec9 to 622a8c9 Compare September 23, 2023 11:18
@renovate renovate bot force-pushed the renovate/all-actions branch 2 times, most recently from bae361d to 0b0e17e Compare November 19, 2023 02:26
@renovate renovate bot force-pushed the renovate/all-actions branch 2 times, most recently from 5031c22 to 5685f9d Compare December 9, 2023 02:21
@renovate renovate bot force-pushed the renovate/all-actions branch from 5685f9d to 6358aaa Compare January 9, 2024 20:58
@renovate renovate bot force-pushed the renovate/all-actions branch from 6358aaa to c5bc654 Compare February 8, 2024 05:42
@renovate renovate bot force-pushed the renovate/all-actions branch from c5bc654 to 64960a2 Compare March 27, 2024 05:33
@renovate renovate bot force-pushed the renovate/all-actions branch from 64960a2 to c710096 Compare May 5, 2024 14:51
@renovate renovate bot force-pushed the renovate/all-actions branch from c710096 to 34a12fb Compare December 6, 2024 02:57
@renovate renovate bot force-pushed the renovate/all-actions branch from 34a12fb to 0c667f9 Compare January 11, 2025 10:57
@renovate renovate bot force-pushed the renovate/all-actions branch from 0c667f9 to b5654c2 Compare January 17, 2025 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants