Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2025

This PR contains the following updates:

Package Change Age Confidence
@actions/core (source) 1.11.1 -> 2.0.0 age confidence

Release Notes

actions/toolkit (@​actions/core)

v2.0.0


Configuration

📅 Schedule: 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 9, 2025
@renovate renovate bot requested a review from a team as a code owner December 9, 2025 17:58
@renovate
Copy link
Contributor Author

renovate bot commented Dec 10, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@mPickert
Copy link
Contributor

after running nmp ci and pushing it still failed with some missing modules
i tried adding the missing modules which still didnt fix it
maybe someone else can take a look at it otherwise ill do it next week

@maltinabasse maltinabasse requested a review from wawe December 16, 2025 13:22
@maltinabasse maltinabasse assigned wawe and unassigned maltinabasse Dec 16, 2025
@maltinabasse
Copy link

Update on Project Setup

We have removed the node_modules directory and added the @vercel/ncc dependency to build the bundle.
The bundled script is now placed into the dist folder. This file is generated from the root index.js file.

After you run:

npm ci
npm run build

The file in the dist folder will be updated automatically. This bundled file must also be checked in to the repository, as it is the entry point for the GitHub Action.

See GitHub Docs: Commit, tag, and push your action.

Current Status

The project is now configured according to the official documentation.

@wawe

Could you please check the new project structure and verify if this should work for us?
Unfortunately, we don’t know why the node_modules were checked in earlier.
Maybe you can help?

@wawe
Copy link
Contributor

wawe commented Dec 24, 2025

node_modules was checked in because the dependencies have to be included, as the documentation says.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants