Skip to content

Conversation

@bowenliang123
Copy link
Contributor

@bowenliang123 bowenliang123 commented Dec 24, 2025

Important

  1. Make sure you have read our contribution guidelines
  2. Ensure there is an associated issue and you have been assigned to it
  3. Use the correct syntax to link this PR: Fixes #<issue number>.

Summary

  • to close update github actions with node 24 #30110
  • Many of used github actions has switched to NodeJS 24 LTS for runtime , and Node 24 is reportedly 20% faster than Nodejs 22
  • bump github action versions to use nodejs 24 as action runtime
    • tj-actions/changed-files@v47
    • astral-sh/setup-uv@v7
    • endersonmenezes/free-disk-space@v3
    • actions/setup-node@v6
    • actions/upload-artifact@v6
    • actions/checkout@v6

Screenshots

Before After
... ...

Checklist

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods

Copilot AI review requested due to automatic review settings December 24, 2025 09:26
@gemini-code-assist
Copy link
Contributor

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Dec 24, 2025
@bowenliang123 bowenliang123 changed the title build: update ci actions with node 24 lts as runtime build: update ci actions with node 24 lts Dec 24, 2025
@bowenliang123 bowenliang123 changed the title build: update ci actions with node 24 lts build: update github actions with node 24 Dec 24, 2025
@bowenliang123 bowenliang123 changed the title build: update github actions with node 24 build: update github actions Dec 24, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6
Copy link

Copilot AI Dec 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR title states "update ci actions with node 24 lts as runtime", but the actual node-version in the workflow remains set to 22 (line 34). If the intent is to update to Node 24 LTS, the node-version should be updated from 22 to 24. Otherwise, the PR title should be corrected to accurately reflect that this is updating GitHub Actions versions to support newer Node.js runtimes, not updating the Node.js version itself.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

update github actions with node 24

1 participant