chore: update n8n to 2.29.x#923
Conversation
- Updated n8n dependency set for n8n 2.29.8: n8n-nodes-base 2.28.4 -> 2.29.7, n8n-core 2.28.5 -> 2.29.7, n8n-workflow 2.28.4 -> 2.29.3, @n8n/n8n-nodes-langchain 2.28.6 -> 2.29.7 - Rebuilt node database with 2,150 nodes: 826 core and 1,324 community - Refreshed community nodes: 1,177 verified and 147 unverified; README coverage 1,313/1,324 and AI summaries 1,295/1,324 - Updated package/runtime versions, README badge/counts, and CHANGELOG Conceived by Romuald Członkowski - https://www.aiadvisors.pl/en
There was a problem hiding this comment.
Pull request overview
Updates this repository’s pinned n8n package set and accompanying release metadata to align with the n8n 2.29.x line, including refreshed node catalog counts.
Changes:
- Bumped n8n-related dependencies (
n8n-core,n8n-nodes-base,n8n-workflow,@n8n/n8n-nodes-langchain) to 2.29.x versions. - Updated project/runtime package versions to
2.63.2and added a2.63.2changelog entry. - Refreshed README badge and node-count/verified-count copy to match the rebuilt catalog.
Reviewed changes
Copilot reviewed 4 out of 6 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| README.md | Updates displayed n8n version badge and node/verified counts. |
| package.runtime.json | Bumps runtime-only manifest version to 2.63.2. |
| package.json | Bumps package version to 2.63.2 and updates pinned n8n dependency versions. |
| CHANGELOG.md | Adds release notes for 2.63.2 describing the n8n/community refresh and README updates. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - **Updated n8n to 2.29.x.** Bumped `n8n-nodes-base` 2.28.4 -> 2.29.7, `n8n-core` 2.28.5 -> 2.29.7, `n8n-workflow` 2.28.4 -> 2.29.3, and `@n8n/n8n-nodes-langchain` 2.28.6 -> 2.29.7. Rebuilt the node database (826 core nodes: 676 from `n8n-nodes-base` + 150 from `@n8n/n8n-nodes-langchain`). | ||
| - **Refreshed community nodes.** Registry sync added 19 community nodes (1,305 -> 1,324 total; 1,177 verified + 147 unverified). README metadata now covers 1,313/1,324 community nodes; AI summaries cover 1,295/1,324. | ||
| - Updated README n8n version badge and node counts (2,150 total nodes: 826 core + 1,324 community). |
|
|
||
| ### Changed | ||
|
|
||
| - **Updated n8n to 2.29.x.** Bumped `n8n-nodes-base` 2.28.4 -> 2.29.7, `n8n-core` 2.28.5 -> 2.29.7, `n8n-workflow` 2.28.4 -> 2.29.3, and `@n8n/n8n-nodes-langchain` 2.28.6 -> 2.29.7. Rebuilt the node database (826 core nodes: 676 from `n8n-nodes-base` + 150 from `@n8n/n8n-nodes-langchain`). |
Test Results Summary📊 ArtifactsGenerated at Thu, 09 Jul 2026 07:29:51 GMT |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Generated AI documentation summaries for the 18 community nodes that had an npm README but no summary, using the shared Azure OpenAI deployment (gpt54mini) since the local LLM endpoint was unavailable during the 2.29.x update. Community AI-summary coverage rises 1,295 -> 1,313/1,324; the remaining 11 nodes have no npm README to summarize. Updated the 2.63.2 CHANGELOG entry to reflect the new count. Concieved by Romuald Członkowski - www.aiadvisors.pl/en Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
| "n8n-core": "2.29.7", | ||
| "n8n-nodes-base": "2.29.7", | ||
| "n8n-workflow": "2.29.3", |
There was a problem hiding this comment.
The dependency pins in package.json are correct — n8n-nodes-base@2.29.7, n8n-core@2.29.7, and n8n-workflow@2.29.3 are the latest published 2.29.x versions (verified on npm). The PR description's reference to n8n@2.29.8 was a typo; 2.29.8 does not exist on npm. The PR description has been updated to reference the actual versions being tracked.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
| "n8n-core": "2.29.7", | ||
| "n8n-nodes-base": "2.29.7", | ||
| "n8n-workflow": "2.29.3", |
|
|
||
| ### Changed | ||
|
|
||
| - **Updated n8n to 2.29.x.** Bumped `n8n-nodes-base` 2.28.4 -> 2.29.7, `n8n-core` 2.28.5 -> 2.29.7, `n8n-workflow` 2.28.4 -> 2.29.3, and `@n8n/n8n-nodes-langchain` 2.28.6 -> 2.29.7. Rebuilt the node database (826 core nodes: 676 from `n8n-nodes-base` + 150 from `@n8n/n8n-nodes-langchain`). |
Summary
n8n@2.29.8.2.63.2.data/nodes.dbwith 2,150 nodes: 826 core and 1,324 community.Validation
npm run update:n8n -- --skip-testsnpm run fetch:communitynpm run generate:docs:readme-only(completed with 17 README fetch failures from missing/404 packages; final coverage 1,313/1,324)npm run rebuildwith localn8n-docslinked for core docsnpm run validatenpm run update:n8n:checkgit diff --checkNotes
The local LLM endpoint for summary generation was not running on
localhost:1234, so the summary-only pass was not run. Existing AI summaries remain at 1,295/1,324 community nodes.