The following actions uses node12 which is deprecated and will be forced to run on node16: jabbukka/jenkins-trigger@main. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Solved by adding additional step:
- name: Setup Node version - 18 uses: actions/setup-node@v4 with: node-version: 18