Well, when I tried out to full update my system I just got error like this
error: failed to prepare transaction (could not satisfy dependencies)
:: installing icu (76.1-1) breaks dependency 'libicui18n.so=75-64' required by electron30
:: installing icu (76.1-1) breaks dependency 'libicuuc.so=75-64' required by electron30
:: installing flac (1.5.0-1) breaks dependency 'libFLAC.so=12-64' required by electron30
Resolution
To quick fixing the issue above, we just need to remove electron30 package.
$ sudo pacman -Rs electron30
After that, we can do full update the system again
$ sudo pacman -Syu
Reference:
https://bbs.archlinux.org/viewtopic.php?id=303573