Skip to content

chore(deps): update github-actions minor / patch updates#104

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github-actions-all-minor-patch
Open

chore(deps): update github-actions minor / patch updates#104
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github-actions-all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 19, 2026

This PR contains the following updates:

Package Type Update Change
actions/labeler action minor v6.0.1v6.1.0
actions/upload-artifact (changelog) action digest bbbca2d043fb46
aws-actions/amazon-ecr-login (changelog) action digest c962da2fa648b4
aws-actions/configure-aws-credentials (changelog) action digest 8df5847d979d5b
docker/build-push-action action minor v7.0.0v7.1.0
docker/build-push-action (changelog) action digest d08e5c3bcafcac
peter-evans/create-pull-request action patch v8.1.0v8.1.1
slackapi/slack-github-action action patch v3.0.1v3.0.3
softprops/action-gh-release (changelog) action digest 153bb8e3bb1273

Release Notes

actions/labeler (actions/labeler)

v6.1.0

Compare Source

Enhancements

  • Add changed-files-labels-limit and max-files-changed configuration options to cap the number of labels added by @​bluca in #​923

Bug Fixes

Dependency Updates

New Contributors

Full Changelog: actions/labeler@v6...v6.1.0

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

v7.1.0

Compare Source

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

peter-evans/create-pull-request (peter-evans/create-pull-request)

v8.1.1: Create Pull Request v8.1.1

Compare Source

What's Changed

Full Changelog: peter-evans/create-pull-request@v8.1.0...v8.1.1

slackapi/slack-github-action (slackapi/slack-github-action)

v3.0.3

Compare Source

v3.0.2: Slack GitHub Action v3.0.2

Compare Source

Patch Changes
  • 79529d7: fix: resolve url.parse deprecation warning for webhook techniques

Configuration

📅 Schedule: (in timezone Europe/Zurich)

  • 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 becomes conflicted, 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 changed the title chore(deps): update aws-actions/amazon-ecr-login digest to 261fc3d chore(deps): update aws-actions/amazon-ecr-login digest to 261fc3d - autoclosed Mar 20, 2026
@renovate renovate Bot closed this Mar 20, 2026
@renovate renovate Bot deleted the renovate/github-actions-all-minor-patch branch March 20, 2026 20:49
@renovate renovate Bot changed the title chore(deps): update aws-actions/amazon-ecr-login digest to 261fc3d - autoclosed chore(deps): update aws-actions/amazon-ecr-login digest to 183a144 Mar 24, 2026
@renovate renovate Bot reopened this Mar 24, 2026
@renovate renovate Bot force-pushed the renovate/github-actions-all-minor-patch branch 2 times, most recently from f2925ef to 61c4bbb Compare March 24, 2026 21:46
@renovate renovate Bot changed the title chore(deps): update aws-actions/amazon-ecr-login digest to 183a144 chore(deps): update aws-actions/amazon-ecr-login digest to f2e9fc6 Apr 2, 2026
@renovate renovate Bot force-pushed the renovate/github-actions-all-minor-patch branch from 61c4bbb to d9d02df Compare April 2, 2026 01:51
@renovate renovate Bot changed the title chore(deps): update aws-actions/amazon-ecr-login digest to f2e9fc6 chore(deps): update github-actions minor / patch updates Apr 7, 2026
@renovate renovate Bot force-pushed the renovate/github-actions-all-minor-patch branch from d9d02df to b240d0c Compare April 7, 2026 00:39
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 7, 2026

Terraform plan for sandbox

Plan: 2 to add, 0 to change, 0 to destroy. Changes to Outputs.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+   create

Terraform will perform the following actions:

  # random_id.this will be created
+   resource "random_id" "this" {
+       b64_std     = (known after apply)
+       b64_url     = (known after apply)
+       byte_length = 4
+       dec         = (known after apply)
+       hex         = (known after apply)
+       id          = (known after apply)
    }

  # random_pet.this will be created
+   resource "random_pet" "this" {
+       id        = (known after apply)
+       length    = 2
+       separator = "-"
    }

Plan: 2 to add, 0 to change, 0 to destroy.

Changes to Outputs:
+   random_id  = (known after apply)
+   random_pet = (known after apply)

📝 Plan generated in .github/workflows/_test-tf.yaml #192

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 7, 2026

Terraform plan for sandbox

Changes to Outputs.
Changes to Outputs:
+   file = <<-EOT
        |------------------|
        | I am an artifact |
        |------------------|
    EOT

You can apply this plan to save these new output values to the Terraform
state, without changing any real infrastructure.

📝 Plan generated in .github/workflows/_test-tf.yaml #192

@renovate renovate Bot force-pushed the renovate/github-actions-all-minor-patch branch from a3daacb to 2579c8d Compare April 10, 2026 17:24
@renovate renovate Bot force-pushed the renovate/github-actions-all-minor-patch branch from 2579c8d to 8c41b06 Compare April 10, 2026 21:02
@renovate renovate Bot force-pushed the renovate/github-actions-all-minor-patch branch from 8c41b06 to 761741e Compare April 12, 2026 04:47
| datasource  | package                         | from   | to     |
| ----------- | ------------------------------- | ------ | ------ |
| github-tags | actions/labeler                 | v6.0.1 | v6.1.0 |
| github-tags | docker/build-push-action        | v7.0.0 | v7.1.0 |
| github-tags | peter-evans/create-pull-request | v8.1.0 | v8.1.1 |
| github-tags | slackapi/slack-github-action    | v3.0.1 | v3.0.3 |
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