Bump peter-evans/create-pull-request from 2.4.1 to 4.0.4

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 2.4.1 to 4.0.4.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v2.4.1...v4.0.4)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/automatic-sync-camel-main.yml b/.github/workflows/automatic-sync-camel-main.yml
index c7a8e13..70a787a 100644
--- a/.github/workflows/automatic-sync-camel-main.yml
+++ b/.github/workflows/automatic-sync-camel-main.yml
@@ -101,7 +101,7 @@
           name: test-logs-java-${{ matrix.java }}
           path: tests/**/target/tests.log
       - name: Create Pull Request
-        uses: peter-evans/create-pull-request@v2.4.1
+        uses: peter-evans/create-pull-request@v4.0.4
         with:
           base: main
           token: ${{ secrets.GITHUB_TOKEN }}