Update https://github.com/burnett01/rsync-deployments action to v8 #10

Merged
phbaer merged 1 commit from renovate/https-github.com-burnett01-rsync-deployments-8.x into main 2026-01-06 04:11:10 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
https://github.com/burnett01/rsync-deployments action major 7.0.08.0.3

Release Notes

burnett01/rsync-deployments (https://github.com/burnett01/rsync-deployments)

v8.0.3

Compare Source

What's Changed

  • chore(deps): bump alpine from 3.23.0 to 3.23.2 #​97 #​98

Full Changelog: https://github.com/Burnett01/rsync-deployments/compare/8.0.2...8.0.3

Contributors:

v8.0.2

Compare Source

Full Changelog: https://github.com/Burnett01/rsync-deployments/compare/8.0.1...8.0.2

Contributors:

v8.0.1

Compare Source

Full Changelog: https://github.com/Burnett01/rsync-deployments/compare/8.0.0...8.0.1

Contributors:

v8.0.0: - regression (use v8 or 8.0.2)

Compare Source

[!CAUTION]
EOL - End of Life - see SECURITY.md!

This release has a regression, see #​90 and #​89.

Use @v8 which points to 8.0.1

v7.1.0

Compare Source

[!WARNING]
DEPRECATED - See deprecation notice & SECURITY.md!

What's Changed

Full Changelog: https://github.com/Burnett01/rsync-deployments/compare/7.0.2...7.1.0

v7.0.2

Compare Source

[!WARNING]
DEPRECATED - See deprecation notice & SECURITY.md!

What's Changed

3.4.0-r0

The latest rsync version 3.4.0 fixes a wide variety of CVE's.
See their press release: https://download.samba.org/pub/rsync/NEWS#3.4.0

The latest action version 7.0.2 is using rsync 3.4.0, so please use that.

Full Changelog: https://github.com/Burnett01/rsync-deployments/compare/7.0.1...7.0.2

v7.0.1

Compare Source

[!CAUTION]
EOL - End of Life - see SECURITY.md!

The docker image of this action is now pinned to the specific SHA-256 hash of the version rather than just the version.
This means for the latest drinternet/rsync:v1.4.4 the corresponding hash is drinternet/rsync@sha256:15b2949838074bd93c49421c22380396a0cd53a322439e799ac87afcadcfe234

Check for validation: https://hub.docker.com/layers/drinternet/rsync/v1.4.4/images/sha256-15b2949838074bd93c49421c22380396a0cd53a322439e799ac87afcadcfe234

With that, usage of this action is even more secure due to a consistent dependency chain of trust,
since changes accompanied by a docker image hash are immutable.

Thanks to @​XComp


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.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [https://github.com/burnett01/rsync-deployments](https://github.com/burnett01/rsync-deployments) | action | major | `7.0.0` → `8.0.3` | --- ### Release Notes <details> <summary>burnett01/rsync-deployments (https://github.com/burnett01/rsync-deployments)</summary> ### [`v8.0.3`](https://github.com/Burnett01/rsync-deployments/releases/tag/8.0.3) [Compare Source](https://github.com/burnett01/rsync-deployments/compare/8.0.2...8.0.3) #### What's Changed - chore(deps): bump alpine from 3.23.0 to 3.23.2 [#&#8203;97](https://github.com/burnett01/rsync-deployments/issues/97) [#&#8203;98](https://github.com/burnett01/rsync-deployments/issues/98) **Full Changelog**: <https://github.com/Burnett01/rsync-deployments/compare/8.0.2...8.0.3> ##### Contributors: - [@&#8203;Burnett01](https://github.com/Burnett01) - [@&#8203;dependabot](https://github.com/dependabot) ### [`v8.0.2`](https://github.com/Burnett01/rsync-deployments/releases/tag/8.0.2) [Compare Source](https://github.com/burnett01/rsync-deployments/compare/8.0.1...8.0.2) **Full Changelog**: <https://github.com/Burnett01/rsync-deployments/compare/8.0.1...8.0.2> ##### Contributors: - [@&#8203;Burnett01](https://github.com/Burnett01) - [@&#8203;JoshPiper](https://github.com/JoshPiper) ### [`v8.0.1`](https://github.com/Burnett01/rsync-deployments/releases/tag/8.0.1) [Compare Source](https://github.com/burnett01/rsync-deployments/compare/8.0.0...8.0.1) **Full Changelog**: <https://github.com/Burnett01/rsync-deployments/compare/8.0.0...8.0.1> ##### Contributors: - [@&#8203;Burnett01](https://github.com/Burnett01) - [@&#8203;JoshPiper](https://github.com/JoshPiper) ### [`v8.0.0`](https://github.com/Burnett01/rsync-deployments/releases/tag/8.0.0): - regression (use v8 or 8.0.2) [Compare Source](https://github.com/burnett01/rsync-deployments/compare/7.1.0...8.0.0) > \[!CAUTION] > EOL - End of Life - see [SECURITY.md](https://github.com/Burnett01/rsync-deployments/blob/master/SECURITY.md)! This release has a regression, see [#&#8203;90](https://github.com/burnett01/rsync-deployments/issues/90) and [#&#8203;89](https://github.com/burnett01/rsync-deployments/issues/89). Use `@v8` which points to `8.0.1` ### [`v7.1.0`](https://github.com/Burnett01/rsync-deployments/releases/tag/7.1.0) [Compare Source](https://github.com/burnett01/rsync-deployments/compare/7.0.2...7.1.0) > \[!WARNING] > DEPRECATED - See [deprecation notice](https://github.com/Burnett01/rsync-deployments/discussions/96) & [SECURITY.md](https://github.com/Burnett01/rsync-deployments/blob/master/SECURITY.md)! #### What's Changed - Update Alpine from 3.19.1 to [3.22.1](https://www.alpinelinux.org/posts/Alpine-3.19.8-3.20.7-3.21.4-3.22.1-released.html) via [drinternet/rsync@1.5.1](https://github.com/JoshPiper/rsync-docker/releases/tag/1.5.1) ([hub](https://hub.docker.com/layers/drinternet/rsync/v1.5.1/images/sha256-e61f4047577b566872764fa39299092adeab691efb3884248dbd6495dc926527)) - Update Rsync from 3.4.0-r0 to [3.4.1-r0](https://download.samba.org/pub/rsync/NEWS#3.4.1) - Using Githubs new "[immutable releases](https://github.blog/changelog/2025-08-26-releases-now-support-immutability-in-public-preview/)" feature - Repo now supports BATS testing the entrypoint shell script, shellsheck and various integration tests **Full Changelog**: <https://github.com/Burnett01/rsync-deployments/compare/7.0.2...7.1.0> ### [`v7.0.2`](https://github.com/Burnett01/rsync-deployments/releases/tag/7.0.2) [Compare Source](https://github.com/burnett01/rsync-deployments/compare/7.0.1...7.0.2) > \[!WARNING] > DEPRECATED - See [deprecation notice](https://github.com/Burnett01/rsync-deployments/discussions/96) & [SECURITY.md](https://github.com/Burnett01/rsync-deployments/blob/master/SECURITY.md)! #### What's Changed [3.4.0-r0](https://download.samba.org/pub/rsync/NEWS#3.4.0) - [always force-upgrade rsync to get the latest security upgrades](https://github.com/Burnett01/rsync-deployments/commit/76404482ea2966b432c8716580059eab4b530642) - [new version 7.0.2 (with rsync 3.4.0), deprecate old versions, remove dead links](https://github.com/Burnett01/rsync-deployments/commit/e642759b847b8af255c32ed7c2073045d98e77bc) The latest rsync version 3.4.0 fixes a wide variety of CVE's. See their press release: <https://download.samba.org/pub/rsync/NEWS#3.4.0> The latest action version 7.0.2 is using rsync 3.4.0, so please use that. **Full Changelog**: <https://github.com/Burnett01/rsync-deployments/compare/7.0.1...7.0.2> ### [`v7.0.1`](https://github.com/Burnett01/rsync-deployments/releases/tag/7.0.1) [Compare Source](https://github.com/burnett01/rsync-deployments/compare/7.0.0...7.0.1) > \[!CAUTION] > EOL - End of Life - see [SECURITY.md](https://github.com/Burnett01/rsync-deployments/blob/master/SECURITY.md)! - Pin [@&#8203;JoshPiper](https://github.com/JoshPiper) [drinternet/rsync](https://github.com/JoshPiper/rsync-docker) image by SHA-256 hash rather than version. (Immutability) Added via [#&#8203;60](https://github.com/burnett01/rsync-deployments/issues/60) The docker image of this action is now pinned to the specific SHA-256 hash of the version rather than just the version. This means for the latest `drinternet/rsync:v1.4.4` the corresponding hash is `drinternet/rsync@sha256:15b2949838074bd93c49421c22380396a0cd53a322439e799ac87afcadcfe234` Check for validation: <https://hub.docker.com/layers/drinternet/rsync/v1.4.4/images/sha256-15b2949838074bd93c49421c22380396a0cd53a322439e799ac87afcadcfe234> With that, usage of this action is even more secure due to a consistent dependency chain of trust, since changes accompanied by a docker image hash are immutable. Thanks to [@&#8203;XComp](https://github.com/XComp) </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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43MC4yIiwidXBkYXRlZEluVmVyIjoiNDIuNzAuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Update https://github.com/burnett01/rsync-deployments action to v8
All checks were successful
Build and publish the web page / build-and-deploy (pull_request) Successful in 18s
e3a5efa0a2
phbaer force-pushed renovate/https-github.com-burnett01-rsync-deployments-8.x from e3a5efa0a2
All checks were successful
Build and publish the web page / build-and-deploy (pull_request) Successful in 18s
to dfdb55ad7b
All checks were successful
Build and publish the web page / build-and-deploy (pull_request) Successful in 17s
2026-01-06 04:10:35 +00:00
Compare
phbaer merged commit d26f7d98d4 into main 2026-01-06 04:11:10 +00:00
phbaer deleted branch renovate/https-github.com-burnett01-rsync-deployments-8.x 2026-01-06 04:11:10 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
phbaer/npw.net!10
No description provided.