Skip to content

Commit

Permalink
deps: update hashicorp/setup-packer action to v3 (#152)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [hashicorp/setup-packer](https://togithub.com/hashicorp/setup-packer)
| action | major | `v2.0.1` -> `v3.0.0` |

---

### Release Notes

<details>
<summary>hashicorp/setup-packer (hashicorp/setup-packer)</summary>

###
[`v3.0.0`](https://togithub.com/hashicorp/setup-packer/releases/tag/v3.0.0)

[Compare
Source](https://togithub.com/hashicorp/setup-packer/compare/v2.0.1...v3.0.0)

#### What's Changed

GitHub has previously recommended updating the major version of the
action when bumping the node version due to the possibility of breaking
changes with GitHub Enterprise versions potentially not having access to
the newest node versions yet, because of this we have bumped the release
major version to `v3.0.0` for the release of this action using node 20

- feat: update action runner to use NodeJS 20 by
[@&#8203;ahanoff](https://togithub.com/ahanoff) in
[hashicorp/setup-packer#90
- Use GHA Core 0.4.1 and prepare setup-packer 3.0.0 by
[@&#8203;JenGoldstrich](https://togithub.com/JenGoldstrich) in
[hashicorp/setup-packer#92

#### New Contributors

- [@&#8203;ahanoff](https://togithub.com/ahanoff) made their first
contribution in
[hashicorp/setup-packer#90

**Full Changelog**:
hashicorp/setup-packer@v2.0.1...v3.0.0

</details>

---

### 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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/hetznercloud/packer-plugin-hcloud).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 9, 2024
1 parent 0c7bae4 commit 7432181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- uses: hetznercloud/tps-action@main

- uses: hashicorp/setup-packer@v2.0.1
- uses: hashicorp/setup-packer@v3.0.0
with:
version: "1.10.0"

Expand Down

0 comments on commit 7432181

Please sign in to comment.