diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml
index b03522103d985d0411a2c164acd6da6971de5abe..155cb6a17562f639316bdf53a808c5d896447ae6 100644
--- a/.github/workflows/issues.yml
+++ b/.github/workflows/issues.yml
@@ -10,14 +10,14 @@ jobs:
     steps:
       - name: "notify: new"
         if: github.event.issue.state == 'open'
-        uses: calamares/actions/matrix-notify@v2
+        uses: calamares/actions/matrix-notify@v3
         with:
           token: ${{ secrets.MATRIX_TOKEN }}
           room: ${{ secrets.MATRIX_ROOM }}
           message: "OPENED ${{ github.event.issue.html_url }} by ${{ github.actor }} ${{ github.event.issue.title }}"
       - name: "notify: closed"
         if: github.event.issue.state != 'open'
-        uses: calamares/actions/matrix-notify@v2
+        uses: calamares/actions/matrix-notify@v3
         with:
           token: ${{ secrets.MATRIX_TOKEN }}
           room: ${{ secrets.MATRIX_ROOM }}
@@ -28,5 +28,5 @@ jobs:
           curl -X DELETE \
             -H 'Accept: application/vnd.github.v3+json' \
             -H 'Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
-            https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.issue.id }}/labels/hacking%3A+in-progress
+            https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.issue.number }}/labels/hacking%3A+in-progress
 
diff --git a/.github/workflows/nightly-debian.yml b/.github/workflows/nightly-debian.yml
index 02b5fe38625458f89cc5c908c1eba2a32ee01593..d4dfe16216c0bfc558765b0df33f89bce846c418 100644
--- a/.github/workflows/nightly-debian.yml
+++ b/.github/workflows/nightly-debian.yml
@@ -22,22 +22,22 @@ jobs:
       options: --tmpfs /build:rw --user 0:0
     steps:
       - name: "prepare env"
-        uses: calamares/actions/prepare-debian@v2
+        uses: calamares/actions/prepare-debian@v3
       - name: "prepare source"
         uses: actions/checkout@v2
       - name: "build"
         id: build
-        uses: calamares/actions/generic-build@v2
+        uses: calamares/actions/generic-build@v3
       - name: "notify: ok"
         if: ${{ success() && github.repository == 'calamares/calamares' }}
-        uses: calamares/actions/matrix-notify@v2
+        uses: calamares/actions/matrix-notify@v3
         with:
           token: ${{ secrets.MATRIX_TOKEN }}
           room: ${{ secrets.MATRIX_ROOM }}
           message: "OK ${{ github.workflow }} in ${{ github.repository }} ${{ steps.build.outputs.git-summary }}"
       - name: "notify: fail"
         if: ${{ failure() && github.repository == 'calamares/calamares' }}
-        uses: calamares/actions/matrix-notify@v2
+        uses: calamares/actions/matrix-notify@v3
         with:
           token: ${{ secrets.MATRIX_TOKEN }}
           room: ${{ secrets.MATRIX_ROOM }}
diff --git a/.github/workflows/nightly-neon.yml b/.github/workflows/nightly-neon.yml
index 2c964bedf9d6e0c711eba9040377e8536d0f5051..64b745e45fdbf549538609527ac679cca9fdccf0 100644
--- a/.github/workflows/nightly-neon.yml
+++ b/.github/workflows/nightly-neon.yml
@@ -22,12 +22,12 @@ jobs:
       options: --tmpfs /build:rw --user 0:0
     steps:
       - name: "prepare env"
-        uses: calamares/actions/prepare-neon@v2
+        uses: calamares/actions/prepare-neon@v3
       - name: "prepare source"
         uses: actions/checkout@v2
       - name: "build"
         id: build
-        uses: calamares/actions/generic-build@v2
+        uses: calamares/actions/generic-build@v3
       - name: "Calamares: archive"
         working-directory: ${{ env.BUILDDIR }}
         run: |
@@ -42,14 +42,14 @@ jobs:
           retention-days: 3
       - name: "notify: ok"
         if: ${{ success() && github.repository == 'calamares/calamares' }}
-        uses: calamares/actions/matrix-notify@v2
+        uses: calamares/actions/matrix-notify@v3
         with:
           token: ${{ secrets.MATRIX_TOKEN }}
           room: ${{ secrets.MATRIX_ROOM }}
           message: "OK ${{ github.workflow }} in ${{ github.repository }} ${{ steps.build.outputs.git-summary }}"
       - name: "notify: fail"
         if: ${{ failure() && github.repository == 'calamares/calamares' }}
-        uses: calamares/actions/matrix-notify@v2
+        uses: calamares/actions/matrix-notify@v3
         with:
           token: ${{ secrets.MATRIX_TOKEN }}
           room: ${{ secrets.MATRIX_ROOM }}
diff --git a/.github/workflows/nightly-opensuse.yml b/.github/workflows/nightly-opensuse.yml
index b9d13cf0af6cf70d74e764c16b3967765f2c9c42..0eab97bc4e74172424f4187e190a6e16c85bfb2a 100644
--- a/.github/workflows/nightly-opensuse.yml
+++ b/.github/workflows/nightly-opensuse.yml
@@ -22,24 +22,24 @@ jobs:
       options: --tmpfs /build:rw --user 0:0
     steps:
       - name: "prepare env"
-        uses: calamares/actions/prepare-opensuse@0d294e557d4d2f0fa179eff3ac97b45aaffe53cf
+        uses: calamares/actions/prepare-opensuse@v3
       - name: "prepare source"
         uses: actions/checkout@v2
       - name: "build"
         id: build
-        uses: calamares/actions/generic-build@v2
+        uses: calamares/actions/generic-build@v3
       - name: "notify: ok"
         if: ${{ success() && github.repository == 'calamares/calamares' }}
-        uses: calamares/actions/matrix-notify@0d294e557d4d2f0fa179eff3ac97b45aaffe53cf
+        uses: calamares/actions/matrix-notify@v3
         with:
           token: ${{ secrets.MATRIX_TOKEN }}
           room: ${{ secrets.MATRIX_ROOM }}
           message: |
-            OK"  ; ls -la ; echo "${{ github.workflow }} in ${{ github.repository }} ${{ steps.build.outputs.git-summary }}"
+            OK ${{ github.workflow }} in ${{ github.repository }} ${{ steps.build.outputs.git-summary }}"
       - name: "notify: fail"
         if: ${{ failure() && github.repository == 'calamares/calamares' }}
-        uses: calamares/actions/matrix-notify@0d294e557d4d2f0fa179eff3ac97b45aaffe53cf
+        uses: calamares/actions/matrix-notify@v3
         with:
           token: ${{ secrets.MATRIX_TOKEN }}
           room: ${{ secrets.MATRIX_ROOM }}
-          message: "FAIL\" ; ls -la ; echo \" ${{ github.workflow }} in ${{ github.repository }} ${{ steps.build.outputs.git-summary }}"
+          message: "FAIL ${{ github.workflow }} in ${{ github.repository }} ${{ steps.build.outputs.git-summary }}"
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
index 8d67f1865f63aa7872e4c4239183ea4fb594de6e..cc7bb7223acae0aedcfe338a41f437932b5a66ba 100644
--- a/.github/workflows/push.yml
+++ b/.github/workflows/push.yml
@@ -28,15 +28,15 @@ jobs:
       options: --tmpfs /build:rw --user 0:0
     steps:
       - name: "prepare env"
-        uses: calamares/actions/prepare-neon@v2
+        uses: calamares/actions/prepare-neon@v3
       - name: "prepare source"
         uses: actions/checkout@v2
       - name: "build"
         id: build
-        uses: calamares/actions/generic-build@v2
+        uses: calamares/actions/generic-build@v3
       - name: "notify: ok"
         if: ${{ success() && github.repository == 'calamares/calamares' }}
-        uses: calamares/actions/matrix-notify@v2
+        uses: calamares/actions/matrix-notify@v3
         with:
           token: ${{ secrets.MATRIX_TOKEN }}
           room: ${{ secrets.MATRIX_ROOM }}
@@ -45,7 +45,7 @@ jobs:
             .. ${{ steps.build.outputs.git-summary }}
       - name: "notify: fail"
         if: ${{ failure() && github.repository == 'calamares/calamares' }}
-        uses: calamares/actions/matrix-notify@v2
+        uses: calamares/actions/matrix-notify@v3
         with:
           token: ${{ secrets.MATRIX_TOKEN }}
           room: ${{ secrets.MATRIX_ROOM }}