Skip to content

chore(deps): update github actions#36

Merged
wajeht-renovate[bot] merged 1 commit into
mainfrom
renovate/github-actions
Mar 23, 2026
Merged

chore(deps): update github actions#36
wajeht-renovate[bot] merged 1 commit into
mainfrom
renovate/github-actions

Conversation

@wajeht-renovate
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/checkout action minor v4v4.3.1
actions/checkout action minor v3v3.6.0
actions/setup-go action minor v2v2.2.0
docker/build-push-action action minor v5v5.4.0
docker/login-action action minor v3v3.7.0
docker/setup-buildx-action action minor v3v3.12.0
go uses-with minor 1.251.26
wajeht/docker-cd-deploy-workflow action patch v0.0.18v0.0.20

Release Notes

actions/checkout (actions/checkout)

v4.3.1

Compare Source

v4.3.0

Compare Source

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

  • Fix: Disable sparse checkout whenever sparse-checkout option is not present @​dscho in #​1598

v4.1.1

Compare Source

v4.1.0

Compare Source

actions/setup-go (actions/setup-go)

v2.2.0: Add check-latest input

Compare Source

In scope of this release we add the check-latest input. If check-latest is set to true, the action first checks if the cached version is the latest one. If the locally cached version is not the most up-to-date, a Go version will then be downloaded from go-versions repository. By default check-latest is set to false.
Example of usage:

steps:
  - uses: actions/checkout@v2
  - uses: actions/setup-go@v2
    with:
      go-version: '1.16'
      check-latest: true
  - run: go version

Moreover, we updated @actions/core from 1.2.6 to 1.6.0

v2.1.5

Compare Source

In scope of this release we updated matchers.json to improve the problem matcher pattern. For more information please refer to this pull request

v2.1.4

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-go@v2.1.3...v2.1.4

v2.1.3

Compare Source

  • Updated communication with runner to use environment files rather then workflow commands

v2.1.2

Compare Source

This release includes vendored licenses for this action's npm dependencies.

v2.1.1

Compare Source

Switch to main branch of go-versions repository to consume latest added versions

v2.1.0

Compare Source

Go binaries are downloaded from go-versions releases with a read through to the go dist source on miss.

v2.0.3

Compare Source

Proxy support
Bug fixes with semver matching
add bin to the path
stable option so you can specify not stable versions.
Test coverage including mocking to cover actions code arcs (no internet needed)
e2e workflow to validate downloading versions
problem matchers with less false hits
output final resolved version to logs
output go env in expanding block

v2.0.2: (beta)

Compare Source

Still a v2 beta
Proxy support
Bug fixes with semver matching
add bin to the path
stable option so you can specify not stable versions.
Test coverage including mocking to cover actions code arcs (no internet needed)
e2e workflow to validate downloading versions
problem matchers with less false hits
output final resolved version to logs

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

v5.4.0

Compare Source

Full Changelog: docker/build-push-action@v5.3.0...v5.4.0

v5.3.0

Compare Source

Full Changelog: docker/build-push-action@v5.2.0...v5.3.0

v5.2.0

Compare Source

Full Changelog: docker/build-push-action@v5.1.0...v5.2.0

v5.1.0

Compare Source

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

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

v3.7.0

Compare Source

Full Changelog: docker/login-action@v3.6.0...v3.7.0

v3.6.0

Compare Source

Full Changelog: docker/login-action@v3.5.0...v3.6.0

v3.5.0

Compare Source

Full Changelog: docker/login-action@v3.4.0...v3.5.0

v3.4.0

Compare Source

Full Changelog: docker/login-action@v3.3.0...v3.4.0

v3.3.0

Compare Source

Full Changelog: docker/login-action@v3.2.0...v3.3.0

v3.2.0

Compare Source

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

v3.1.0

Compare Source

Full Changelog: docker/login-action@v3.0.0...v3.1.0

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

v3.12.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.11.1...v3.12.0

v3.11.1

Compare Source

Full Changelog: docker/setup-buildx-action@v3.11.0...v3.11.1

v3.11.0

Compare Source

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

v3.10.0

Compare Source

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

v3.9.0

Compare Source

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

v3.8.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.7.1...v3.8.0

v3.7.1

Compare Source

Full Changelog: docker/setup-buildx-action@v3.7.0...v3.7.1

v3.7.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.6.1...v3.7.0

v3.6.1

Compare Source

Full Changelog: docker/setup-buildx-action@v3.6.0...v3.6.1

v3.6.0

Compare Source

  • Create temp docker context if default one has TLS data loaded before creating a container builder by @​crazy-max in #​341

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

v3.5.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.4.0...v3.5.0

v3.4.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.3.0...v3.4.0

v3.3.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.2.0...v3.3.0

v3.2.0

Compare Source

[!NOTE]
config and config-inline input names are deprecated and will be removed in next major release.

Full Changelog: docker/setup-buildx-action@v3.1.0...v3.2.0

v3.1.0

Compare Source

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

actions/go-versions (go)

v1.26.1: 1.26.1

Compare Source

Go 1.26.1

v1.26.0: 1.26.0

Compare Source

Go 1.26.0

wajeht/docker-cd-deploy-workflow (wajeht/docker-cd-deploy-workflow)

v0.0.20

Compare Source

fix: replace all Host() values and strip redirect labels in temp deploys

v0.0.19

Compare Source

fix: prefer non-www subdomain hosts for temp deploy URL detection

Fixes bug where apps with bare domain Host() labels (e.g. closepowerlifting.com) would generate invalid temp URLs like pr-148-close-powerlifting.com instead of pr-148-close-powerlifting.jaw.dev.


Configuration

📅 Schedule: Branch creation - "before 9am,after 5pm" in timezone America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Renovate Bot.

@wajeht-renovate wajeht-renovate Bot added dependencies Pull requests that update a dependency file github-tags minor labels Mar 23, 2026
@wajeht-renovate wajeht-renovate Bot enabled auto-merge (squash) March 23, 2026 14:15
@wajeht-renovate wajeht-renovate Bot merged commit 78f4122 into main Mar 23, 2026
5 checks passed
@wajeht-renovate wajeht-renovate Bot deleted the renovate/github-actions branch March 23, 2026 14:15
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-tags minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants