From aec3c64a4cfdfcd18f91cf98aecfbaa82a8d4a30 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 16 Apr 2026 12:26:09 +0200 Subject: [PATCH] Update easingthemes/ssh-deploy action to v6 (#41) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
easingthemes/ssh-deploy (easingthemes/ssh-deploy) ### [`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 [@​semantic-release/github](https://github.com/semantic-release/github) plugin for GitHub Releases ([0cffff4](https://github.com/easingthemes/ssh-deploy/commit/0cffff4878a082b939d7fa0db84034a64b498430)) - update major version tag as post-release step ([6306dda](https://github.com/easingthemes/ssh-deploy/commit/6306ddad7ccb78a18c3a18668fbb0b9b0adb911f)) ### [`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 [@​semantic-release/github](https://github.com/semantic-release/github) plugin to create GitHub Releases ([9e4918b](https://github.com/easingthemes/ssh-deploy/commit/9e4918b4e1c18dfdf7b93e70301baaefeb15bab3)) ### [`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 [@​easingthemes](https://github.com/easingthemes) in [#​211](https://github.com/easingthemes/ssh-deploy/pull/211) **Full Changelog**: ### [`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 [@​easingthemes](https://github.com/easingthemes) in [#​208](https://github.com/easingthemes/ssh-deploy/pull/208) - feat!: replace rsyncwrapper with direct child\_process.spawn by [@​easingthemes](https://github.com/easingthemes) in [#​209](https://github.com/easingthemes/ssh-deploy/pull/209) **Full Changelog**:
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: kovagoadi Reviewed-on: https://gitea.kovagoadi.hu/kovagoadi.hu/traefik/pulls/41 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/workflow.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/workflow.yaml b/.gitea/workflows/workflow.yaml index 7da8602..e5e8818 100644 --- a/.gitea/workflows/workflow.yaml +++ b/.gitea/workflows/workflow.yaml @@ -50,7 +50,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Deploy via Rsync & Docker - uses: easingthemes/ssh-deploy@922253577e23ce0edbfdbf819f0e1ceaecabc61a # v5.1.2 + uses: easingthemes/ssh-deploy@2cc5b27bf3029d0455dd5e09fe02633904031447 # v6.0.3 env: SSH_PRIVATE_KEY: ${{ env.SSH_PRIVATE_KEY }} REMOTE_HOST: ${{ env.SSH_HOST }} @@ -79,7 +79,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Deploy via Rsync & Docker - uses: easingthemes/ssh-deploy@922253577e23ce0edbfdbf819f0e1ceaecabc61a # v5.1.2 + uses: easingthemes/ssh-deploy@2cc5b27bf3029d0455dd5e09fe02633904031447 # v6.0.3 env: SSH_PRIVATE_KEY: ${{ env.SSH_PRIVATE_KEY }} REMOTE_HOST: ${{ env.SSH_HOST }} @@ -106,7 +106,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Deploy via Rsync & Docker - uses: easingthemes/ssh-deploy@922253577e23ce0edbfdbf819f0e1ceaecabc61a # v5.1.2 + uses: easingthemes/ssh-deploy@2cc5b27bf3029d0455dd5e09fe02633904031447 # v6.0.3 env: SSH_PRIVATE_KEY: ${{ env.SSH_PRIVATE_KEY }} REMOTE_HOST: ${{ env.SSH_HOST }} @@ -168,7 +168,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Deploy via Rsync & Docker - uses: easingthemes/ssh-deploy@922253577e23ce0edbfdbf819f0e1ceaecabc61a # v5.1.2 + uses: easingthemes/ssh-deploy@2cc5b27bf3029d0455dd5e09fe02633904031447 # v6.0.3 env: SSH_PRIVATE_KEY: ${{ env.SSH_PRIVATE_KEY }} REMOTE_HOST: ${{ env.SSH_HOST }}