Skip to content

chore: update n8n to 2.29.x#923

Merged
czlonkowski merged 3 commits into
mainfrom
update/n8n-2.29.8
Jul 9, 2026
Merged

chore: update n8n to 2.29.x#923
czlonkowski merged 3 commits into
mainfrom
update/n8n-2.29.8

Conversation

@czlonkowski

Copy link
Copy Markdown
Owner

Summary

  • Updates the n8n dependency set for upstream n8n@2.29.8.
  • Bumps package/runtime metadata to 2.63.2.
  • Rebuilds data/nodes.db with 2,150 nodes: 826 core and 1,324 community.
  • Refreshes community node metadata and updates README/changelog counts.

Validation

  • npm run update:n8n -- --skip-tests
  • npm run fetch:community
  • npm run generate:docs:readme-only (completed with 17 README fetch failures from missing/404 packages; final coverage 1,313/1,324)
  • npm run rebuild with local n8n-docs linked for core docs
  • npm run validate
  • npm run update:n8n:check
  • git diff --check

Notes

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.

- 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
@czlonkowski
czlonkowski marked this pull request as ready for review July 8, 2026 22:17
Copilot AI review requested due to automatic review settings July 8, 2026 22:17

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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.2 and added a 2.63.2 changelog 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.

Comment thread CHANGELOG.md
Comment on lines +14 to +16
- **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).
Comment thread CHANGELOG.md

### 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`).
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Test Results Summary

📊 Artifacts


Generated at Thu, 09 Jul 2026 07:29:51 GMT
Commit: c2633e5
Run: #1292

@codecov

codecov Bot commented Jul 8, 2026

Copy link
Copy Markdown

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>
Copilot AI review requested due to automatic review settings July 9, 2026 06:14

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 4 out of 6 changed files in this pull request and generated 2 comments.

Comment thread package.json
Comment on lines +171 to +173
"n8n-core": "2.29.7",
"n8n-nodes-base": "2.29.7",
"n8n-workflow": "2.29.3",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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.

Comment thread CHANGELOG.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 9, 2026 07:21

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 4 out of 6 changed files in this pull request and generated 2 comments.

Comment thread package.json
Comment on lines +171 to +173
"n8n-core": "2.29.7",
"n8n-nodes-base": "2.29.7",
"n8n-workflow": "2.29.3",
Comment thread CHANGELOG.md

### 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`).
@czlonkowski
czlonkowski merged commit 29c6ee6 into main Jul 9, 2026
16 checks passed
@czlonkowski
czlonkowski deleted the update/n8n-2.29.8 branch July 9, 2026 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants