Bump the github-actions group with 3 updates

Bumps the github-actions group with 3 updates: [actions/stale](https://github.com/actions/stale), [actions/labeler](https://github.com/actions/labeler) and [nanasess/setup-chromedriver](https://github.com/nanasess/setup-chromedriver).


Updates `actions/stale` from 10.2.0 to 10.3.0
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/b5d41d4e1d5dceea10e7104786b73624c18a190f...eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899)

Updates `actions/labeler` from 6.0.1 to 6.1.0
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](https://github.com/actions/labeler/compare/634933edcd8ababfe52f92936142cc22ac488b1b...f27b608878404679385c85cfa523b85ccb86e213)

Updates `nanasess/setup-chromedriver` from 2.4.0 to 3
- [Release notes](https://github.com/nanasess/setup-chromedriver/releases)
- [Commits](https://github.com/nanasess/setup-chromedriver/compare/c75c3d53d445b96d41dbf2355797b470953c6c30...e913548694400f275b4070efcd90f47dbbc8914c)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/labeler
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: nanasess/setup-chromedriver
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml
index 7e7deae..74744cb 100644
--- a/.github/workflows/no-response.yml
+++ b/.github/workflows/no-response.yml
@@ -19,7 +19,7 @@
     runs-on: ubuntu-latest
     if: ${{ github.repository_owner == 'dart-lang' }}
     steps:
-      - uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f
+      - uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899
         with:
           # Don't automatically mark inactive issues+PRs as stale.
           days-before-stale: -1
diff --git a/.github/workflows/pull_request_label.yml b/.github/workflows/pull_request_label.yml
index 3115ed4..016e282 100644
--- a/.github/workflows/pull_request_label.yml
+++ b/.github/workflows/pull_request_label.yml
@@ -16,7 +16,7 @@
       pull-requests: write
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b
+      - uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213
         with:
           repo-token: "${{ secrets.GITHUB_TOKEN }}"
           sync-labels: true
diff --git a/.github/workflows/sse.yaml b/.github/workflows/sse.yaml
index 50121a6..605c4e0 100644
--- a/.github/workflows/sse.yaml
+++ b/.github/workflows/sse.yaml
@@ -61,7 +61,7 @@
       - uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
         with:
           sdk: ${{ matrix.sdk }}
-      - uses: nanasess/setup-chromedriver@c75c3d53d445b96d41dbf2355797b470953c6c30
+      - uses: nanasess/setup-chromedriver@e913548694400f275b4070efcd90f47dbbc8914c
       - id: install
         name: Install dependencies
         run: dart pub get