Update easingthemes/ssh-deploy action to v6 (#41)
All checks were successful
Remote Deployment Pipeline / Prepare Context (push) Successful in 2s
Remote Deployment Pipeline / Deploy (Staging) (push) Successful in 42s
Remote Deployment Pipeline / Deploy (Dev/Preview) (push) Has been skipped
Remote Deployment Pipeline / Cleanup Preview (push) Has been skipped
Remote Deployment Pipeline / Deploy (Pre-Prod) (push) Successful in 59s
Remote Deployment Pipeline / Deploy (Production) (push) Successful in 47s

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [easingthemes/ssh-deploy](https://github.com/easingthemes/ssh-deploy) | action | major | `v5.1.2` → `v6.0.3` |

---

### Release Notes

<details>
<summary>easingthemes/ssh-deploy (easingthemes/ssh-deploy)</summary>

### [`v6.0.3`](https://github.com/easingthemes/ssh-deploy/releases/tag/v6.0.3)

[Compare Source](https://github.com/easingthemes/ssh-deploy/compare/v6.0.2...v6.0.3)

##### Bug Fixes

- keep [@&#8203;semantic-release/github](https://github.com/semantic-release/github) plugin for GitHub Releases ([0cffff4](0cffff4878))
- update major version tag as post-release step ([6306dda](6306ddad7c))

### [`v6.0.2`](https://github.com/easingthemes/ssh-deploy/releases/tag/v6.0.2)

[Compare Source](https://github.com/easingthemes/ssh-deploy/compare/v6.0.1...v6.0.2)

##### Bug Fixes

- add [@&#8203;semantic-release/github](https://github.com/semantic-release/github) plugin to create GitHub Releases ([9e4918b](9e4918b4e1))

### [`v6.0.1`](https://github.com/easingthemes/ssh-deploy/releases/tag/v6.0.1)

[Compare Source](https://github.com/easingthemes/ssh-deploy/compare/v6.0.0...v6.0.1)

##### What's Changed

- chore: upgrade devDependencies and migrate to eslint 10 flat config by [@&#8203;easingthemes](https://github.com/easingthemes) in [#&#8203;211](https://github.com/easingthemes/ssh-deploy/pull/211)

**Full Changelog**: <https://github.com/easingthemes/ssh-deploy/compare/v6.0.0...v6.0.1>

### [`v6.0.0`](https://github.com/easingthemes/ssh-deploy/releases/tag/v6.0.0)

[Compare Source](https://github.com/easingthemes/ssh-deploy/compare/v5.1.2...v6.0.0)

##### What's Changed

- fix: update Node.js runtime from 20 to 24 by [@&#8203;easingthemes](https://github.com/easingthemes) in [#&#8203;208](https://github.com/easingthemes/ssh-deploy/pull/208)
- feat!: replace rsyncwrapper with direct child\_process.spawn by [@&#8203;easingthemes](https://github.com/easingthemes) in [#&#8203;209](https://github.com/easingthemes/ssh-deploy/pull/209)

**Full Changelog**: <https://github.com/easingthemes/ssh-deploy/compare/v5.1.0...v6.0.0>

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuMTAiLCJ1cGRhdGVkSW5WZXIiOiI0My4xMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: kovagoadi <kovagoadi@kovagoadi.hu>
Reviewed-on: #41
Co-authored-by: Renovate Bot <renovate@kovagoadi.hu>
Co-committed-by: Renovate Bot <renovate@kovagoadi.hu>
This commit is contained in:
2026-04-16 12:26:09 +02:00
committed by kovagoadi
parent bfd64325c0
commit aec3c64a4c

View File

@@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Deploy via Rsync & Docker - name: Deploy via Rsync & Docker
uses: easingthemes/ssh-deploy@922253577e23ce0edbfdbf819f0e1ceaecabc61a # v5.1.2 uses: easingthemes/ssh-deploy@2cc5b27bf3029d0455dd5e09fe02633904031447 # v6.0.3
env: env:
SSH_PRIVATE_KEY: ${{ env.SSH_PRIVATE_KEY }} SSH_PRIVATE_KEY: ${{ env.SSH_PRIVATE_KEY }}
REMOTE_HOST: ${{ env.SSH_HOST }} REMOTE_HOST: ${{ env.SSH_HOST }}
@@ -79,7 +79,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Deploy via Rsync & Docker - name: Deploy via Rsync & Docker
uses: easingthemes/ssh-deploy@922253577e23ce0edbfdbf819f0e1ceaecabc61a # v5.1.2 uses: easingthemes/ssh-deploy@2cc5b27bf3029d0455dd5e09fe02633904031447 # v6.0.3
env: env:
SSH_PRIVATE_KEY: ${{ env.SSH_PRIVATE_KEY }} SSH_PRIVATE_KEY: ${{ env.SSH_PRIVATE_KEY }}
REMOTE_HOST: ${{ env.SSH_HOST }} REMOTE_HOST: ${{ env.SSH_HOST }}
@@ -106,7 +106,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Deploy via Rsync & Docker - name: Deploy via Rsync & Docker
uses: easingthemes/ssh-deploy@922253577e23ce0edbfdbf819f0e1ceaecabc61a # v5.1.2 uses: easingthemes/ssh-deploy@2cc5b27bf3029d0455dd5e09fe02633904031447 # v6.0.3
env: env:
SSH_PRIVATE_KEY: ${{ env.SSH_PRIVATE_KEY }} SSH_PRIVATE_KEY: ${{ env.SSH_PRIVATE_KEY }}
REMOTE_HOST: ${{ env.SSH_HOST }} REMOTE_HOST: ${{ env.SSH_HOST }}
@@ -168,7 +168,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Deploy via Rsync & Docker - name: Deploy via Rsync & Docker
uses: easingthemes/ssh-deploy@922253577e23ce0edbfdbf819f0e1ceaecabc61a # v5.1.2 uses: easingthemes/ssh-deploy@2cc5b27bf3029d0455dd5e09fe02633904031447 # v6.0.3
env: env:
SSH_PRIVATE_KEY: ${{ env.SSH_PRIVATE_KEY }} SSH_PRIVATE_KEY: ${{ env.SSH_PRIVATE_KEY }}
REMOTE_HOST: ${{ env.SSH_HOST }} REMOTE_HOST: ${{ env.SSH_HOST }}